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

Pass nprobes parameter from python #480

Merged
merged 2 commits into from
Jan 29, 2023
Merged

Pass nprobes parameter from python #480

merged 2 commits into from
Jan 29, 2023

Conversation

changhiskhan
Copy link
Contributor

No description provided.

@changhiskhan changhiskhan requested a review from eddyxu January 28, 2023 20:43

let nprobes: usize = if let Some(nprobes) = nearest.get_item("nprobes") {
if nprobes.is_none() {
10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is default nprops? let's use a const value, and set the value to 1?

@changhiskhan changhiskhan merged commit 9ca8a50 into main Jan 29, 2023
@changhiskhan changhiskhan deleted the changhiskhan/nprobs branch January 29, 2023 03:43
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

Successfully merging this pull request may close these issues.

2 participants