diff --git a/python/tests/test_files.py b/python/tests/test_files.py index 1fe3c414b..c9bbc5129 100644 --- a/python/tests/test_files.py +++ b/python/tests/test_files.py @@ -25,7 +25,7 @@ def test_memmap(self): dtype=np.float32, use_memmap=True ) - self.assertTrue((expected == actual).all()) + self.assertTrue((expected == actual).all(), f"{expected == actual}\n{expected}\n{actual}") actual = dap.vectors_from_file( vecs_file, dtype=np.float32,