Skip to content

Fix AutoRunner Update Integration Test Errors#5557

Closed
mingxin-zheng wants to merge 2 commits intoProject-MONAI:devfrom
mingxin-zheng:fix-5555
Closed

Fix AutoRunner Update Integration Test Errors#5557
mingxin-zheng wants to merge 2 commits intoProject-MONAI:devfrom
mingxin-zheng:fix-5555

Conversation

@mingxin-zheng
Copy link
Copy Markdown
Contributor

Signed-off-by: Mingxin Zheng [email protected]

Fixes #5555 .

The following command fails after the update.

python tests/test_integration_autorunner.py

Description

  • fix identifier naming bug for HPO AutoRunner runs
  • fix NoneType elements in the ensemble algorithm lists
  • move optional argument algos to the end of the argument list (this is still up for more discussion I think)

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).

Signed-off-by: Mingxin Zheng <[email protected]>
Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

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

by patching the buggy PR this quick fix introduces more issues... for example now the position of algos in the AutoRunner docstring is not consistent with the function's arguments.

Signed-off-by: Mingxin Zheng <[email protected]>
@mingxin-zheng
Copy link
Copy Markdown
Contributor Author

mingxin-zheng commented Nov 22, 2022

Understood @wyli . As I mention, the position of algos is up for discussion. I'm not sure what's right to do there.
The rest is to pinpoint where the bugs are (and I think they're partly from the original AutoRunner before the PR).

@mingxin-zheng
Copy link
Copy Markdown
Contributor Author

Closing this PR as these issues should be fixed separately.

@mingxin-zheng mingxin-zheng deleted the fix-5555 branch December 1, 2022 04:59
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