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 9a904a2 commit 09ef8f5
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 @@ -42,7 +42,7 @@ def test_memmap(self):
mode="r+"
)
self.assertTrue((expected == actual).all(), f"{expected == actual}\n{expected}\n{actual}")
Path(vecs_file_copy).unlink()
Path(vecs_file_copy.name).unlink()


if __name__ == '__main__':
Expand Down

0 comments on commit 09ef8f5

Please sign in to comment.