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

Remove unnecessary dataset path check in ANN bench #1908

Conversation

tfeher
Copy link
Contributor

@tfeher tfeher commented Oct 18, 2023

This PR removes a superfluous path check. This check is not necessary, since the actual dataset path is computed differently (see legacy_result_folder), using the path field in the config file.

The existing test ties the dataset file name to the config file name, therefore imposes an unnecessary restriction. In practice I often have multiple json configs using the same dataset dir.

@tfeher tfeher requested a review from a team as a code owner October 18, 2023 13:13
@tfeher tfeher added bug Something isn't working non-breaking Non-breaking change Vector Search and removed python labels Oct 18, 2023
@cjnolet
Copy link
Member

cjnolet commented Oct 18, 2023

/merge

@rapids-bot rapids-bot bot merged commit eb96fc6 into rapidsai:branch-23.12 Oct 18, 2023
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change Vector Search
Projects
Development

Successfully merging this pull request may close these issues.

3 participants