-
Notifications
You must be signed in to change notification settings - Fork 710
Feature/pep #284
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
Feature/pep #284
Conversation
eb1dcc5
to
20555b7
Compare
# Initiating index | ||
# max_elements - the maximum number of elements, should be known beforehand | ||
# (probably will be made optional in the future) | ||
# | ||
# ef_construction - controls index search speed/build speed tradeoff | ||
# M - is tightly connected with internal dimensionality of the data | ||
# strongly affects the memory consumption |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same comments are in bindings_test_labels.py, bindings_test_getdata.py, bindings_test.py. Could please correct these files too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I missed it. Fixed in 0e3845f.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
9683a4a
to
0e3845f
Compare
Thank you for the fix! |
Typo fixes, PEP 8