From 1ddc5f615ec1f5304b6e31c9da15d248addd9276 Mon Sep 17 00:00:00 2001 From: RondeauG Date: Mon, 28 Oct 2024 14:35:33 -0400 Subject: [PATCH] fix test --- tests/test_local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_local.py b/tests/test_local.py index f4b83d37..947a1650 100644 --- a/tests/test_local.py +++ b/tests/test_local.py @@ -98,7 +98,6 @@ def test_periods(self, periods): ) if periods is None: - assert "horizon" not in params np.testing.assert_array_almost_equal( params.streamflow.squeeze(), [528.9, 129.23], decimal=2 )