Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Oct 24, 2024
1 parent 7a7b4f3 commit 5f81d3d
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 @@ -24,8 +24,8 @@ def test_in_mem(self):
def test_memmap(self):
expected = random_vectors(10_000, 100, dtype=np.float32)
with vectors_as_temp_file(expected) as vecs_file:
vecs_files_copy = Path(tempfile.mkstemp())
try:
vecs_files_copy = Path(tempfile.mkstemp())
shutil.copyfile(vecs_file, str(vecs_file_copy))
actual = dap.vectors_from_file(
vecs_file,
Expand Down

0 comments on commit 5f81d3d

Please sign in to comment.