Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Nothing to run" when specifying algorithm parameter #555

Open
Hillier98 opened this issue Nov 13, 2024 · 3 comments
Open

"Nothing to run" when specifying algorithm parameter #555

Hillier98 opened this issue Nov 13, 2024 · 3 comments
Assignees

Comments

@Hillier98
Copy link

Hi, whenever I try to specify an algorithm parameter I get the following error:

$ python3 run.py --algorithm faiss_hnsw --dataset mnist-784-euclidean
2024-11-13 13:13:19,992 - annb - INFO - running only faiss_hnsw
Traceback (most recent call last):
  File "/home/test/ann-benchmarks/run.py", line 7, in <module>
    main()
  File "/home/test/ann-benchmarks/ann_benchmarks/main.py", line 344, in main
    raise Exception("Nothing to run")
Exception: Nothing to run
$ python3 run.py --algorithm faiss_hnsw
2024-11-13 13:13:26,071 - annb - INFO - running only faiss_hnsw
Traceback (most recent call last):
  File "/home/test/ann-benchmarks/run.py", line 7, in <module>
    main()
  File "/home/test/ann-benchmarks/ann_benchmarks/main.py", line 344, in main
    raise Exception("Nothing to run")
Exception: Nothing to run

However, if I disable the algorithms I don't want to test in the config.yml files and then I just run $ python3 run.py --dataset mnist-784-euclidean or $ python3 run.py, that works. So I think there's a bug; I just thought it may be useful to report it.

@maumueller maumueller self-assigned this Nov 21, 2024
@maumueller
Copy link
Collaborator

Thanks @Hillier98, I can reproduce this and will look into it.

@raulod
Copy link

raulod commented Nov 26, 2024

I am facing the same issue.

@raulod
Copy link

raulod commented Dec 9, 2024

any updates please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants