Skip to content

Commit 37b98c8

Browse files
committed
github runner CI issue diagnosis pt.14
1 parent c8eb7be commit 37b98c8

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

tests/python/fit/a_CI_test.py

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@
7070
obs_times = Time(obs_df['obsTime'].to_list(), format='isot', scale='utc')
7171
obs_df['obsTimeMJD'] = obs_times.utc.mjd
7272
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)
76-
# # add columns if they are not present
77-
# str_cols = ['trx', 'rcv', 'sys', 'selAst']
78-
# for col in str_cols:
79-
# if col not in obs_df:
80-
# obs_df[col] = str(np.nan)
81-
# for col in ades_column_types:
82-
# if col not in obs_df:
83-
# obs_df[col] = np.nan
84-
# # remove any columns that are not in ades_column_types
85-
# obs_df = obs_df[ades_column_types.keys()]
73+
# if 'deprecated' in obs_df:
74+
# # drop rows with deprecated discovery observations
75+
# obs_df.query("deprecated != 'x' and deprecated != 'X'", inplace=True)

0 commit comments

Comments
 (0)