-
Notifications
You must be signed in to change notification settings - Fork 184
Run cuvs-bench pytests and end-to-end tests in CI #574
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
Merged
rapids-bot
merged 30 commits into
rapidsai:branch-25.02
from
dantegd:fea-cuvs-bench-tests
Feb 7, 2025
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b75fb7c
FEA First commit adding test-data generation, and running pytests and…
dantegd 21e5fc4
Merge branch 'branch-25.02' into fea-cuvs-bench-tests
cjnolet 6fa60bf
Merge branch 'branch-25.02' into fea-cuvs-bench-tests
dantegd 10a6e09
FIX dataset generation fixes
dantegd 8796a53
FIX download using request
dantegd 51eced6
FIX default mode in plot to match run
dantegd fd335ee
FIX dataset generation folder fix to match behavior of downloading da…
dantegd a6bbacd
FIX name field in data export
dantegd 80d68d3
ENH Add test group to algos configs
dantegd f5a6865
ENH Improve e2e test in CI script
dantegd 07f5d91
ENH improve run pytests
dantegd 5e7beb8
FIX fix devcontainer executables location
dantegd bb59f99
ENH Add test-data entry to datasets.yaml
dantegd e810bbc
FIX style fixes
dantegd 2f10944
Merge branch 'fea-cuvs-bench-tests' of github.com:dantegd/cuvs into f…
dantegd f932d9b
FIX missing dependencies in conda recipe
dantegd 281c50d
FEA use click cli runner to test CLI in pytest
dantegd e3179a2
FIX style fixes
dantegd fd35d75
Merge branch 'branch-25.02' into fea-cuvs-bench-tests
dantegd 36a6094
FIX remove unused config files and add coveragerc file
dantegd d4d21a1
Merge branch 'fea-cuvs-bench-tests' of github.com:dantegd/cuvs into f…
dantegd 0696656
Merge branch 'branch-25.02' into fea-cuvs-bench-tests
dantegd e0b1fef
Merge branch 'branch-25.02' into fea-cuvs-bench-tests
cjnolet 279c323
FIX remove usage of -base in matplotlib in pyproject
dantegd c5301da
TST add additional correctness tests
dantegd 1aa6c12
Merge branch 'fea-cuvs-bench-tests' of github.com:dantegd/cuvs into f…
dantegd 951e7ce
Update python/cuvs_bench/cuvs_bench/get_dataset/__main__.py
dantegd 31715ed
FIX fogot sklearn
dantegd a0e2790
Merge branch 'fea-cuvs-bench-tests' of github.com:dantegd/cuvs into f…
dantegd 678d44c
Fix style
lowener File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # Configuration file for Python coverage tests | ||
| [run] | ||
| source = cuvs_bench |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,11 @@ groups: | |
| search: | ||
| itopk: [32, 64, 128, 256, 512] | ||
| search_width: [1, 2, 4, 8, 16, 32, 64] | ||
| test: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Love this idea! |
||
| build: | ||
| graph_degree: [32] | ||
| intermediate_graph_degree: [32] | ||
| graph_build_algo: ["NN_DESCENT"] | ||
| search: | ||
| itopk: [32] | ||
| search_width: [1, 2] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Does Scikit-learn also need to be added here?