Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3942 3966 adds _requires_ and import support #3945

Merged
merged 12 commits into from
Mar 21, 2022

Conversation

wyli
Copy link
Contributor

@wyli wyli commented Mar 15, 2022

Signed-off-by: Wenqi Li wenqil@nvidia.com

Fixes #3942
Fixes #3966

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.

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli requested review from Nic-Ma, ericspod and rijobro March 15, 2022 12:00
@wyli wyli marked this pull request as ready for review March 15, 2022 12:08
wyli and others added 4 commits March 15, 2022 23:16
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli changed the title 3942 adds _requires_ 3942 adds _requires_ and import support Mar 17, 2022
@wyli wyli changed the title 3942 adds _requires_ and import support 3942 3966 adds _requires_ and import support Mar 17, 2022
@wyli
Copy link
Contributor Author

wyli commented Mar 18, 2022

/build

monai/bundle/config_item.py Outdated Show resolved Hide resolved
tests/testing_data/inference.json Outdated Show resolved Hide resolved
wyli added 2 commits March 18, 2022 12:31
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli requested a review from Nic-Ma March 18, 2022 12:47
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli
Copy link
Contributor Author

wyli commented Mar 18, 2022

/build

Copy link
Contributor

@Nic-Ma Nic-Ma left a comment

Choose a reason for hiding this comment

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

Thanks for the quick update.

monai/bundle/config_item.py Show resolved Hide resolved
monai/bundle/reference_resolver.py Show resolved Hide resolved
monai/bundle/config_item.py Show resolved Hide resolved
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli wyli requested a review from Nic-Ma March 20, 2022 14:50
@wyli
Copy link
Contributor Author

wyli commented Mar 20, 2022

/black
/integration-test

@wyli
Copy link
Contributor Author

wyli commented Mar 21, 2022

/build

@wyli wyli enabled auto-merge (squash) March 21, 2022 10:43
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
@wyli
Copy link
Contributor Author

wyli commented Mar 21, 2022

/build

@wyli wyli merged commit ec19406 into Project-MONAI:dev Mar 21, 2022
@wyli wyli deleted the 3942-adds-keyword branch April 27, 2022 22:35
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.

support of 'import' statement in bundle config adds a _requires_ key for ConfigComponent
2 participants