Skip to content

Commit 2debd65

Browse files
committed
Remove forgotten print
1 parent ff16fbd commit 2debd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_generate_leanvec_matrices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def test_main(tmp_path, tmp_vecs, query_path):
1313

1414

1515
def test_generate_with_all_vectors(tmp_vecs, query_path):
16-
print(svsbench.generate_leanvec_matrices.generate_leanvec_matrices(
16+
svsbench.generate_leanvec_matrices.generate_leanvec_matrices(
1717
tmp_vecs,
1818
query_path,
1919
max_vectors=0,
20-
))
20+
)

0 commit comments

Comments
 (0)