Skip to content

4312 Fix squeeze issue of get_mask_edges#4313

Merged
wyli merged 5 commits intoProject-MONAI:devfrom
yiheng-wang-nv:4321-fix-mask-edge-squeeze-issue
May 22, 2022
Merged

4312 Fix squeeze issue of get_mask_edges#4313
wyli merged 5 commits intoProject-MONAI:devfrom
yiheng-wang-nv:4321-fix-mask-edge-squeeze-issue

Conversation

@yiheng-wang-nv
Copy link
Copy Markdown
Contributor

Signed-off-by: Yiheng Wang [email protected]

Fixes #4312 .

Description

This PR is used to fix the issue of get_mask_egdes, which missing the use of axis in np.squeeze.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • 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.

@yiheng-wang-nv yiheng-wang-nv requested review from Nic-Ma and wyli May 22, 2022 10:51
@wyli
Copy link
Copy Markdown
Contributor

wyli commented May 22, 2022

/build

@wyli wyli enabled auto-merge (squash) May 22, 2022 11:23
@wyli wyli merged commit 65f1f54 into Project-MONAI:dev May 22, 2022
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.

get_mask_edges wrongly uses squeeze

2 participants