Skip to content

Commit 2c69ba0

Browse files
author
Menlo Innovations - CAVA Project
committed
Harrison 3028 - LFAR/PMCL - updating GLOWS L3bcde integration test to make new l3a file more apparent
1 parent 948d441 commit 2c69ba0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tests/integration/test_glows_processor_integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,15 @@ def determine_spice_offset(date: datetime):
287287

288288
with (patch('spiceypy.datetime2et', side_effect=lambda x: original_datetime2et(x) + determine_spice_offset(x)),
289289
patch('requests.get', side_effect=hijack_metakernel_params)):
290+
new_l3a_file = GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100105-repoint00153_v001.cdf"
290291
l3bcde_input_files = [
291292
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100104-repoint00152_v001.cdf",
292293
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100128-repoint00176_v001.cdf",
293294
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100424-repoint00262_v001.cdf",
294295
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100518-repoint00286_v001.cdf",
295296
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100520-repoint00288_v001.cdf",
296297

297-
GLOWS_TEST_DATA / "imap_glows_l3a_hist_20100105-repoint00153_v001.cdf", # new L3a file
298+
new_l3a_file,
298299

299300
GLOWS_TEST_DATA / "imap_glows_l3b_ion-rate-profile_20100103-cr02092_v001.cdf",
300301
GLOWS_TEST_DATA / "imap_glows_l3b_ion-rate-profile_20100422-cr02096_v001.cdf",

tests/periodically_run_tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"test_l3bcde_first_time_processing": "2026-03-05T09:59:10.392514",
33
"test_spectral_fit_against_validation_data": "2026-03-10T16:24:34.100416",
4-
"test_calculate_pickup_ions_with_minimize": "2026-03-13T13:14:54.728168",
4+
"test_calculate_pickup_ions_with_minimize": "2026-03-16T08:50:14.379057",
55
"test_ultra_all_sp_maps": "2026-03-10T16:26:39.948984",
66
"test_ultra_combined_maps": null,
77
"test_ultra_combined_nsp_maps": "2026-03-13T13:14:24.831481",

0 commit comments

Comments
 (0)