We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3566c3f commit 1e56824Copy full SHA for 1e56824
1 file changed
tests/datasets/test_utils.py
@@ -31,6 +31,7 @@ def nonzero_ds():
31
@pytest.mark.parametrize("ds", [pytest.param(v, id=k) for k, v in datasets.items()])
32
@pytest.mark.parametrize("except_for", [None, "coords"])
33
def test_replace_arrays_with_zeros(ds, except_for):
34
+ # make sure doesn't error with range of datasets
35
utils.replace_arrays_with_zeros(ds, except_for=except_for)
36
37
0 commit comments