File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1022,6 +1022,8 @@ def update_cmd_events(
1022
1022
this environment variable is set, then events with a date after the value of
1023
1023
``CXOTIME_NOW`` are filtered out.
1024
1024
1025
+ Finally, events are filtered by `event_filter` if it is provided.
1026
+
1025
1027
Parameters
1026
1028
----------
1027
1029
scenario : str, None
Original file line number Diff line number Diff line change @@ -166,9 +166,6 @@ def test_filter_scs107_events(
166
166
# get_cmds() is working as expected - no CMD_EVT in the planned observations
167
167
ok = cmds_planned ["source" ] == "CMD_EVT"
168
168
assert np .all (cmds_planned [ok ]["params" ] == cmd_evt_params )
169
-
170
- # As-run gets an extra observation because the manual obsid update at
171
- # 2025:001:12:48:34.040 breaks the observation into two.
172
169
assert len (obss_as_run ) == len_as_run
173
170
assert len (obss_planned ) == len_planned
174
171
You can’t perform that action at this time.
0 commit comments