From 7e0af99e3a16597941b53772d6fc69c9138798bf Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Wed, 2 Oct 2024 15:35:10 +1000 Subject: [PATCH] Update test_utils.py --- tests/test_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 5fc9ad9..1d075e4 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -82,4 +82,3 @@ def test_idw(): assert input_z.shape == out.shape assert np.allclose(out[:, 0], [1, 2, 3, 4]) assert np.allclose(out[:, 1], [10, 20, 30, 40]) -