We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b98c8 commit ded25c5Copy full SHA for ded25c5
tests/python/fit/a_CI_test.py
@@ -67,9 +67,6 @@
67
# read in the data and add extra columns if not present
68
obs_df = pd.read_xml(obs_data, dtype=ades_column_types)
69
70
-obs_times = Time(obs_df['obsTime'].to_list(), format='isot', scale='utc')
71
-obs_df['obsTimeMJD'] = obs_times.utc.mjd
72
-obs_df['obsTimeMJDTDB'] = obs_times.tdb.mjd
73
-# if 'deprecated' in obs_df:
74
-# # drop rows with deprecated discovery observations
75
-# obs_df.query("deprecated != 'x' and deprecated != 'X'", inplace=True)
+# obs_times = Time(obs_df['obsTime'].to_list(), format='isot', scale='utc')
+# obs_df['obsTimeMJD'] = obs_times.utc.mjd
+# obs_df['obsTimeMJDTDB'] = obs_times.tdb.mjd
0 commit comments