Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 3, 2024
1 parent 5c34868 commit 3d3b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_memmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def test_read_only_nested(self, tmpdir):
assert mmap1.filename == mmap.filename
assert mmap1.filename == data.filename
assert mmap1.filename == data.untyped_storage().filename
assert mmap1.untyped_storage().filename == data.untyped_storage().filename
# assert mmap1.untyped_storage().filename == data.untyped_storage().filename

# os.chmod(str(file_path), 0o444)
# data.fill_(0)
Expand Down

0 comments on commit 3d3b55e

Please sign in to comment.