Skip to content

Commit 5527f69

Browse files
authored
silence a couple of warnings (#2727)
1 parent 37a947a commit 5527f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_ufuncs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def test_numpy_ufuncs(name, request):
206206
assert isinstance(y, xr.DataArray)
207207

208208

209+
@pytest.mark.filterwarnings("ignore:xarray.ufuncs")
209210
def test_xarray_ufuncs_pickle():
210211
a = 1.0
211212
cos_pickled = pickle.loads(pickle.dumps(xu.cos))

0 commit comments

Comments
 (0)