Skip to content

Commit

Permalink
Typo in the memmap parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Oct 23, 2024
1 parent 28a9547 commit 1caeefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_memmap(self):
actual = dap.vectors_from_file(
vecs_file,
dtype=np.float32,
use_memap=True,
use_memmap=True,
mode="r+"
)
self.assertTrue((expected == actual).all())
Expand Down

0 comments on commit 1caeefd

Please sign in to comment.