From 5da252f1f42ecf68ef0dbcb77256250ca641ca93 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 17 Mar 2022 12:41:56 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 4a5f07ac..eee6d50f 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1721,7 +1721,10 @@ def split_data(times): [get_timestamp('2019-07-01_00:00'), get_timestamp('2019-07-07_23:59')], [get_timestamp('2019-09-01_00:00'), get_timestamp('2019-09-07_23:59')], [get_timestamp('2019-11-01_00:00'), get_timestamp('2019-11-07_23:59')], - [get_timestamp('2021-09-24_00:00'), get_timestamp('2021-10-01_23:59')]] + [get_timestamp('2021-09-24_00:00'), get_timestamp('2021-10-01_23:59')], + [get_timestamp('2021-11-01_00:00'), get_timestamp('2021-11-07_23:59')], + [get_timestamp('2022-01-01_00:00'), get_timestamp('2022-01-07_23:59')], + [get_timestamp('2022-03-01_00:00'), get_timestamp('2022-03-07_23:59')]] test_time_idxs = [] -- GitLab