Skip to content

Commit

Permalink
Testing: Comment out check
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Dec 13, 2024
1 parent 623328f commit cdb51a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsciio/tests/test_blockfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def test_load_readonly():
)
mm = s.data.dask[k]
assert isinstance(mm, np.memmap)
assert not mm.flags["WRITEABLE"]
# assert not mm.flags["WRITEABLE"] # With dask 2024.12.0 a copy was introduced so this is no longer true


def test_load_inplace():
Expand Down

0 comments on commit cdb51a1

Please sign in to comment.