From f178df628526ca97bbe950de19b0bb9b41645f7c Mon Sep 17 00:00:00 2001 From: Jessica Krick Date: Wed, 26 Feb 2025 21:11:43 +0000 Subject: [PATCH] removing drop_empty_siblings parameter from lsdb.from_dataframe --- light_curves/code_src/panstarrs_functions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/light_curves/code_src/panstarrs_functions.py b/light_curves/code_src/panstarrs_functions.py index f2db47a1..3cab8378 100644 --- a/light_curves/code_src/panstarrs_functions.py +++ b/light_curves/code_src/panstarrs_functions.py @@ -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