Skip to content

Commit

Permalink
removing drop_empty_siblings parameter from lsdb.from_dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrick committed Feb 26, 2025
1 parent aaedb69 commit f178df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion light_curves/code_src/panstarrs_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def panstarrs_get_lightcurves(sample_table, *, radius=1):
dec_column="dec_deg",
margin_threshold=10,
# Optimize partition size
drop_empty_siblings=True
#drop_empty_siblings=True
#this parameter appears to be deprecated 2/26/25
)

#plan to cross match panstarrs object with my sample
Expand Down

0 comments on commit f178df6

Please sign in to comment.