From e74c63898003f2bf24c8b1a99b8f89881be353dd Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Mon, 14 Aug 2023 14:30:10 -0700 Subject: [PATCH] lint --- test/test_s1_time_grid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_s1_time_grid.py b/test/test_s1_time_grid.py index 03ea576e0..acc2936ef 100644 --- a/test/test_s1_time_grid.py +++ b/test/test_s1_time_grid.py @@ -286,6 +286,7 @@ def test_triple_date_usage(): sum_weights_per_pixel = np.stack(out_weights, axis=1).sum(axis=1) np.testing.assert_almost_equal(1, sum_weights_per_pixel) + def test_error_catching_with_s1_grid(): """Tests proper error handling with improper inputs""" N = 10