Skip to content
forked from pydata/xarray

Commit

Permalink
filerwarning not necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Nov 14, 2019
1 parent 5773e5e commit 670f97f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/tests/test_conventions.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def test_missing_fillvalue(self):
with pytest.warns(Warning, match="floating point data as an integer"):
conventions.encode_cf_variable(v)

@pytest.mark.filterwarnings("ignore::UserWarning")
def test_multidimensional_coordinates(self):
# regression test for GH1763
# Set up test case with coordinates that have overlapping (but not
Expand Down

0 comments on commit 670f97f

Please sign in to comment.