Skip to content

Add allow_skip and force integration test to use all Algo templates#6411

Merged
wyli merged 4 commits intoProject-MONAI:devfrom
mingxin-zheng:fix-6410
Apr 21, 2023
Merged

Add allow_skip and force integration test to use all Algo templates#6411
wyli merged 4 commits intoProject-MONAI:devfrom
mingxin-zheng:fix-6410

Conversation

@mingxin-zheng
Copy link
Copy Markdown
Contributor

Fixes #6410 .

Description

  • Add allow_skip switch let user determine if it is okay to skip some Algo
  • Force the integration to test all algorithms, especially SegresNet2D

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@mingxin-zheng mingxin-zheng requested a review from wyli April 21, 2023 09:33
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Apr 21, 2023

/integration-test
/black

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.

merging it for further integration tests

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Apr 21, 2023

/build

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Apr 21, 2023

/build

@wyli wyli enabled auto-merge (squash) April 21, 2023 12:12
@wyli wyli merged commit 3d61258 into Project-MONAI:dev Apr 21, 2023
@mingxin-zheng mingxin-zheng deleted the fix-6410 branch May 10, 2023 09:44
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.

Add allow_skip switch in Auto3DSeg BundleGen class to allow user to override the default behavior

3 participants