Skip to content

Commit 1e56824

Browse files
committed
Add comment
1 parent 3566c3f commit 1e56824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/datasets/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def nonzero_ds():
3131
@pytest.mark.parametrize("ds", [pytest.param(v, id=k) for k, v in datasets.items()])
3232
@pytest.mark.parametrize("except_for", [None, "coords"])
3333
def test_replace_arrays_with_zeros(ds, except_for):
34+
# make sure doesn't error with range of datasets
3435
utils.replace_arrays_with_zeros(ds, except_for=except_for)
3536

3637

0 commit comments

Comments
 (0)