Skip to content

Commit 45462d4

Browse files
committed
Revert "fix flow tests"
This reverts commit 831c08c.
1 parent 831c08c commit 45462d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow/test_svs_tiered.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_recall_after_deletion(test_logger):
404404
test_logger.info(f"Done deleting half of the index")
405405
assert index.svs_label_count() >= (num_elements // 2) - indices_ctx.tiered_svs_params.updateTriggerThreshold
406406
assert index.svs_label_count() <= (num_elements // 2) + indices_ctx.tiered_svs_params.updateTriggerThreshold
407-
assert svs_index.index_size() == num_elements
407+
assert svs_index.index_size() == (num_elements // 2)
408408

409409
# Create a list of tuples of the vectors that left.
410410
vectors = [vectors[i] for i in range(1, num_elements, 2)]

0 commit comments

Comments
 (0)