File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,13 +210,13 @@ def test_apply_adds_offsets_together_correctly(tmp_path):
210
210
def test_apply_writes_magnitudes_correctly (tmp_path ):
211
211
prepare_test_file (
212
212
"imap_mag_l1c_norm-mago-four-vectors-four-ranges_20251017_v000.cdf" ,
213
- "l1c" ,
213
+ "science/mag/ l1c" ,
214
214
2025 ,
215
215
10 ,
216
216
)
217
217
prepare_test_file (
218
218
"imap_mag_four-vector-offsets-layer_20251017_v001.json" ,
219
- "calibration/layer " ,
219
+ "calibration/layers " ,
220
220
2025 ,
221
221
10 ,
222
222
)
@@ -226,7 +226,7 @@ def test_apply_writes_magnitudes_correctly(tmp_path):
226
226
date = datetime (2025 , 10 , 17 ),
227
227
)
228
228
229
- output_file = "output/imap /mag/l2-pre/2025/10/imap_mag_l2-pre_norm-mago-four-vectors-four-ranges_20251017_v000.cdf"
229
+ output_file = "output/science /mag/l2-pre/2025/10/imap_mag_l2-pre_norm-mago-four-vectors-four-ranges_20251017_v000.cdf"
230
230
231
231
assert Path (output_file ).exists ()
232
232
You can’t perform that action at this time.
0 commit comments