Skip to content

Commit

Permalink
Fix python CAGRA test to use auto hash selection in auto algo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Sep 26, 2023
1 parent f191040 commit a351a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibraft/pylibraft/test/test_cagra.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_cagra_index_params(params):
"search_width": 4,
"min_iterations": 0,
"thread_block_size": 0,
"hashmap_mode": "small",
"hashmap_mode": "auto",
"hashmap_min_bitlen": 0,
"hashmap_max_fill_rate": 0.5,
"num_random_samplings": 1,
Expand Down

0 comments on commit a351a2f

Please sign in to comment.