Skip to content

Skip "test_resize" as a workaround for blossom killed#7484

Merged
KumoLiu merged 1 commit into
Project-MONAI:devfrom
KumoLiu:skip-ci
Feb 21, 2024
Merged

Skip "test_resize" as a workaround for blossom killed#7484
KumoLiu merged 1 commit into
Project-MONAI:devfrom
KumoLiu:skip-ci

Conversation

@KumoLiu
Copy link
Copy Markdown
Contributor

@KumoLiu KumoLiu commented Feb 21, 2024

workaround for #7445

Description

Resize also uses GaussianFilter inside.

anti_aliasing_filter = GaussianSmooth(sigma=anti_aliasing_sigma)

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.

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
@KumoLiu KumoLiu requested review from Nic-Ma and ericspod February 21, 2024 07:21
@KumoLiu KumoLiu changed the title workaround for #7445 Skip "test_resize" as a workaround for blossom killed Feb 21, 2024
@KumoLiu
Copy link
Copy Markdown
Contributor Author

KumoLiu commented Feb 21, 2024

/build

Copy link
Copy Markdown
Member

@ericspod ericspod left a comment

Choose a reason for hiding this comment

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

Looks good to avoid the CI failure for now.

@KumoLiu KumoLiu merged commit df37a22 into Project-MONAI:dev Feb 21, 2024
@KumoLiu KumoLiu deleted the skip-ci branch February 21, 2024 12:48
juampatronics pushed a commit to juampatronics/MONAI that referenced this pull request Mar 25, 2024
…7484)

workaround for Project-MONAI#7445

### Description
`Resize` also uses `GaussianFilter` inside.

https://github.com/Project-MONAI/MONAI/blob/50f9aea67fb1ea7967020ad613ce83409261f2de/monai/transforms/spatial/functional.py#L332

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] 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.

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
Yu0610 pushed a commit to Yu0610/MONAI that referenced this pull request Apr 11, 2024
…7484)

workaround for Project-MONAI#7445

### Description
`Resize` also uses `GaussianFilter` inside.

https://github.com/Project-MONAI/MONAI/blob/50f9aea67fb1ea7967020ad613ce83409261f2de/monai/transforms/spatial/functional.py#L332

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] 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.

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: Yu0610 <612410030@alum.ccu.edu.tw>
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