Skip to content

Commit 39b4d6f

Browse files
committed
fix test
1 parent 91986a5 commit 39b4d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imap_processing/tests/ialirt/unit/test_process_swe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def test_process_spacecraft_packet(
168168
np.arange(462466219, 462466219 + n, dtype=np.uint32),
169169
)
170170
sc_xarray_data["swe_seq"] = ("epoch", np.arange(n) % 60)
171+
sc_xarray_data["swe_nom_flag"] = xr.ones_like(sc_xarray_data["swe_nom_flag"])
171172

172173
in_flight_cal_file = (
173174
imap_module_directory

0 commit comments

Comments
 (0)