From 09417215effcd171c18734b7979ee0e0fd3ee15a Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Thu, 24 Oct 2024 03:55:16 +0000 Subject: [PATCH] Pay no attention to my foolishness --- python/tests/test_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_files.py b/python/tests/test_files.py index f1242c5d3..a037ab7cd 100644 --- a/python/tests/test_files.py +++ b/python/tests/test_files.py @@ -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+"