Skip to content

Commit

Permalink
Pay no attention to my foolishness
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Oct 24, 2024
1 parent 46624cd commit 0941721
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 @@ -34,7 +34,7 @@ def test_memmap(self):
# that's why we made a copy of the file itself and are using the copy here to test
# the read+append(inmem)
actual = dap.vectors_from_file(
vecs_file_copy,
vecs_file_copy.name,
dtype=np.float32,
use_memmap=True,
mode="r+"
Expand Down

0 comments on commit 0941721

Please sign in to comment.