Skip to content

Commit

Permalink
Silence test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 13, 2024
1 parent 61c5b2c commit 81b73b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down

0 comments on commit 81b73b9

Please sign in to comment.