From b8864d54e592dbfbb69e5dfe05b6a72694792e5e Mon Sep 17 00:00:00 2001 From: Kyle Koeller Date: Thu, 9 Feb 2023 15:01:30 -0500 Subject: [PATCH] Missing Commented Line (#82) Without this missing comment line, the program will automatically run `apass.py` comparison selector without the user requesting this. --- EclipsingBinaries/apass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EclipsingBinaries/apass.py b/EclipsingBinaries/apass.py index ad42c49..31b191c 100644 --- a/EclipsingBinaries/apass.py +++ b/EclipsingBinaries/apass.py @@ -511,6 +511,6 @@ def decimal_limit(a): return b -comparison_selector() +# comparison_selector() # overlay("APASS_254037_Rc_values.txt", "NSVS_254037-B.radec") # find_comp()