AutoRunner enhancements: local folder and algorithm subsets#5623
Merged
wyli merged 18 commits intoProject-MONAI:devfrom Dec 5, 2022
myron:auto_folder
Merged
AutoRunner enhancements: local folder and algorithm subsets#5623wyli merged 18 commits intoProject-MONAI:devfrom myron:auto_folder
wyli merged 18 commits intoProject-MONAI:devfrom
myron:auto_folder
Conversation
Signed-off-by: myron <[email protected]>
Collaborator
Author
|
the windows tests are failing again , for some unrelated reason... |
Contributor
|
I see the flake8 tests didn't pass, could you please help fix it? Thanks. |
Contributor
|
I checked out the branch and run the integration test for |
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
wyli
reviewed
Dec 1, 2022
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
wyli
reviewed
Dec 1, 2022
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
Signed-off-by: myron <[email protected]>
Collaborator
Author
done |
Collaborator
Author
done |
Signed-off-by: myron <[email protected]>
wyli
reviewed
Dec 2, 2022
Contributor
wyli
left a comment
There was a problem hiding this comment.
thanks, I put some some comments inline
Signed-off-by: myron <[email protected]>
Collaborator
Author
|
@wyli @mingxin-zheng I've made the requested changes, plz take a look. |
wyli
approved these changes
Dec 2, 2022
Contributor
wyli
left a comment
There was a problem hiding this comment.
looks good to me, please confirm @mingxin-zheng
Contributor
|
Hi @myron , I just had a small comment and everything else looked good! Thx |
Contributor
|
/build |
3 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
AutoRunner class improvements
adds auto-runner option templates_path_or_url to optionally accept a local templates folder location. The default (None) is the same: to download the release zip e.g. AutoRunner(templates_path_or_url='/my/local/algorithm_templates')
enhances algos input option to define a subset of algorithm names to run (e.g. AutoRunner(algos=['segresnet','dints'])
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.