Skip to content

Commit 20f47af

Browse files
committed
remove print statements'
1 parent 7e823a9 commit 20f47af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

imap_processing/tests/codice/test_codice_l1a.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,7 @@ def test_lo_direct_events(mock_get_file_paths, codice_lut_path):
695695
rtol=1e-5,
696696
err_msg=f"Mismatch in coordinate '{variable}'",
697697
)
698-
print("SDC position", processed_data["position"].data[0, 2, 2])
699-
print("SDC spin_sector", processed_data["spin_sector"].data[0, 2, 2])
700-
print("position", val_data["position"].data[0, 2, 2])
701-
print("spin_sector", val_data["spin_sector"].data[0, 2, 2])
698+
702699
processed_data.attrs["Data_version"] = "002"
703700
cdf_file = write_cdf(processed_data, terminate_on_warning=True)
704701
assert (

0 commit comments

Comments
 (0)