Skip to content

Commit

Permalink
Merge pull request hyperspy#346 from CSSFrancis/fix-failing-blo-test
Browse files Browse the repository at this point in the history
Testing: Comment out check
  • Loading branch information
ericpre authored Dec 13, 2024
2 parents 1f15545 + cdb51a1 commit 4e67875
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 4e67875

Please sign in to comment.