-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
2948 Enhance the transform to delete items #2952
Conversation
merge master
merge master
merge master
merge master
merge master
/black |
There are potentially lots of meta tags per image, we'll need a better way to handle this, perhaps with a regular expression? |
Signed-off-by: Nic Ma <nma@nvidia.com>
2f5d459
to
80e7a84
Compare
/black |
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
Hi @wyli , I have updated the PR to support nested dicts and regular expression according to your comments. Thanks in advance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, (it introduces a minor style issue https://deepsource.io/gh/Project-MONAI/MONAI/run/7ffb3f4b-4c87-4ebf-a874-556df29c86b1/python/PYL-R1705)
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
Fixes #2948 .
Description
This PR enhanced
DeleteItemsd
transform to support recursive delete in dicts.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.