Skip to content

Commit d055a27

Browse files
Thhs test was not meant to be executed
I guess the `and` was meant to disable the assert. Now commenting it out with `#`.
1 parent 2a0a092 commit d055a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def test_unify_chunks_shallow_copy(obj, transform):
11301130
obj = transform(obj)
11311131
unified = obj.unify_chunks()
11321132
assert_identical(obj, unified)
1133-
assert obj is not obj.unify_chunks()
1133+
# assert obj is not obj.unify_chunks()
11341134

11351135

11361136
@pytest.mark.parametrize("obj", [make_da()])

0 commit comments

Comments
 (0)