Skip to content

Commit 9a75775

Browse files
author
Nikos Papailiou
committed
Fix
1 parent b8e839d commit 9a75775

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apis/python/test/test_ingestion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def test_ivf_flat_ingestion_f32(tmp_path):
126126
source_type=source_type,
127127
partitions=partitions,
128128
input_vectors_per_work_item=int(size / 10),
129-
verbose=True
130129
)
131130

132131
result = index.query(query_vectors, k=k, nprobe=nprobe)
@@ -174,7 +173,6 @@ def test_ivf_flat_ingestion_fvec(tmp_path):
174173
source_uri=source_uri,
175174
source_type=source_type,
176175
partitions=partitions,
177-
verbose=True
178176
)
179177
result = index.query(query_vectors, k=k, nprobe=nprobe)
180178
assert accuracy(result, gt_i) > MINIMUM_ACCURACY

0 commit comments

Comments
 (0)