From 3700d4277edaf75958c50c1ae6fbeb6ea41b931a Mon Sep 17 00:00:00 2001 From: Fabien Collas Date: Wed, 24 Jan 2024 15:30:31 +0100 Subject: [PATCH] Changed date for test_collocmod.py::test_insitu_collocation_and_validation --- tests/test_collocmod.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_collocmod.py b/tests/test_collocmod.py index 75df6470..ca6d2603 100644 --- a/tests/test_collocmod.py +++ b/tests/test_collocmod.py @@ -36,8 +36,8 @@ def test_sat_collocation_and_validation(test_data, tmpdir): def test_insitu_collocation_and_validation(test_data, tmpdir): - sd = "2022-2-1 12" - ed = "2022-2-1 12" + sd = "2023-6-1 01" + ed = "2022-6-1 01" varalias = 'Hs' twin = 30 model = 'ww3_4km'