From 81b73b996bf3b6e918040c0c422d50a62cfaa455 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 11 Dec 2024 10:49:36 -0700 Subject: [PATCH] Silence test warning --- xarray/tests/test_interp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray/tests/test_interp.py b/xarray/tests/test_interp.py index ffae8261a5b..aa2911b05b5 100644 --- a/xarray/tests/test_interp.py +++ b/xarray/tests/test_interp.py @@ -399,6 +399,7 @@ def test_interpolate_nd_nd(method: InterpnOptions) -> None: @requires_scipy +@pytest.mark.filterwarnings("ignore:All-NaN slice") def test_interpolate_nd_with_nan() -> None: """Interpolate an array with an nd indexer and `NaN` values."""