-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When running the Python example, I get the following assertion error:
~/ScalableVectorSearch$ python examples/python/example_vamana.py
Recall = 0.817
Traceback (most recent call last):
File "/raid6/ishwarsi/projects/ScalableVectorSearch/examples/python/example_vamana.py", line 245, in <module>
run()
File "/raid6/ishwarsi/projects/ScalableVectorSearch/examples/python/example_vamana.py", line 162, in run
assert(recall == 0.8288)
^^^^^^^^^^^^^^^^
AssertionError
This is probably introduced with #96 when the default parameters are added. We need to add some error margins.
Better to include running these examples in the CI with public repos.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working