Skip to content

Commit ded25c5

Browse files
committed
github runner CI issue diagnosis pt.15
1 parent 37b98c8 commit ded25c5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/python/fit/a_CI_test.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
# read in the data and add extra columns if not present
6868
obs_df = pd.read_xml(obs_data, dtype=ades_column_types)
6969

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)
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

0 commit comments

Comments
 (0)