From f2ec6b20f4b7074de7b73d519ad10b5b2513e7bd Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 15 Mar 2024 13:47:25 -0300 Subject: [PATCH] my guess is that this should be 3, fail --- tests/test_qartod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qartod.py b/tests/test_qartod.py index 51c2bcc9..26e2e4e2 100644 --- a/tests/test_qartod.py +++ b/tests/test_qartod.py @@ -857,7 +857,7 @@ def test_climatology_test_depths(self): 101 ) ] - expected_result = [1, 1, 1, 3, 3, 2] + expected_result = [1, 1, 1, 3, 3, 3] self._run_test(test_inputs, expected_result)