From 8b9a39013817ce64e7769126ae4a95c085c47f9a Mon Sep 17 00:00:00 2001 From: Christian-Palmroos Date: Thu, 10 Aug 2023 12:12:01 +0300 Subject: [PATCH] Removed developer version flag that was mistakenly left in the solarmach object --- solarmach/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarmach/__init__.py b/solarmach/__init__.py index 2ff5dc8..58e652f 100644 --- a/solarmach/__init__.py +++ b/solarmach/__init__.py @@ -330,7 +330,7 @@ def __init__(self, date, body_list, vsw_list=[], reference_long=None, reference_ self.pfss_table.loc[self.pfss_table["Spacecraft/Body"]=="Reference_point", "Latitudinal separation to Earth's latitude"] = lat_sep_to_E # Does this still have a use? - print("DEVELOPER VERSION") #pass + pass self.coord_table.style.set_properties(**{'text-align': 'left'}) # reset sunpy log level to initial state