From 9170dc56e95fe521e34c6025c95734e405a7177c Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 18 May 2022 17:07:28 -0500
Subject: [PATCH] minor addition to test data set

---
 modules/icing/pirep_goes.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 780b1499..e1966a92 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1953,7 +1953,8 @@ def split_data(times):
                    [get_timestamp('2021-12-01_00:00'), get_timestamp('2021-12-04_23:59')],
                    [get_timestamp('2022-02-01_00:00'), get_timestamp('2022-02-04_23:59')],
                    [get_timestamp('2022-03-26_00:00'), get_timestamp('2022-03-30_23:59')],
-                   [get_timestamp('2022-04-07_00:00'), get_timestamp('2022-04-10_23:59')]]
+                   [get_timestamp('2022-04-07_00:00'), get_timestamp('2022-04-10_23:59')],
+                   [get_timestamp('2022-05-01_00:00'), get_timestamp('2022-05-04_23:59')]]
 
     # time_ranges_lunar = [[get_timestamp('2018-02-01_00:00'), get_timestamp('2018-02-04_23:59')],
     #                [get_timestamp('2018-04-01_00:00'), get_timestamp('2018-04-04_23:59')],
-- 
GitLab