Skip to content

transforms to have multi-sample trait#6003

Merged
wyli merged 3 commits intoProject-MONAI:devfrom
wyli:multi_sample_trait
Feb 15, 2023
Merged

transforms to have multi-sample trait#6003
wyli merged 3 commits intoProject-MONAI:devfrom
wyli:multi_sample_trait

Conversation

@wyli
Copy link
Copy Markdown
Contributor

@wyli wyli commented Feb 15, 2023

Fixes #6002

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.

@Nic-Ma
Copy link
Copy Markdown
Contributor

Nic-Ma commented Feb 15, 2023

Looks good to me.

@wyli wyli marked this pull request as ready for review February 15, 2023 12:03
@atbenmurray
Copy link
Copy Markdown
Contributor

I'd like to make a suggestion that the traits come out of transform.py and into a separate file traits.py. This reduces the potential of cyclic dependencies when adding / refactoring functionality around transforms.

@wyli
Copy link
Copy Markdown
Contributor Author

wyli commented Feb 15, 2023

/build

@wyli wyli enabled auto-merge (squash) February 15, 2023 15:04
@wyli wyli merged commit f4902b2 into Project-MONAI:dev Feb 15, 2023
@wyli wyli deleted the multi_sample_trait branch February 15, 2023 17:39
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.

multi sample cropping transforms to inherit MultiSampleTrait

4 participants