Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Aug 9, 2024
1 parent 856fcf6 commit f3719a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/python/benchmarks/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ def test_shuffle_vectors(test_large_dataset, tmpdir, benchmark):
transformed_uri = str(tmpdir / "output.lance")
part_ids_path = str(tmpdir / "part_ids")
gen_rand_part_ids(test_large_dataset, part_ids_path)
print("Transforming vectors")
builder.transform_vectors(ivf, pq, transformed_uri, None, part_ids_path)
print("Shuffling")
shuffle_out = str(tmpdir)
benchmark.pedantic(
builder.shuffle_transformed_vectors,
Expand Down

0 comments on commit f3719a4

Please sign in to comment.