Skip to content

Add new_key args in Lambdad#5526

Merged
wyli merged 5 commits intoProject-MONAI:devfrom
KumoLiu:enhance-lambda
Nov 15, 2022
Merged

Add new_key args in Lambdad#5526
wyli merged 5 commits intoProject-MONAI:devfrom
KumoLiu:enhance-lambda

Conversation

@KumoLiu
Copy link
Copy Markdown
Contributor

@KumoLiu KumoLiu commented Nov 15, 2022

Signed-off-by: KumoLiu [email protected]

Fixes #5517.

Description

Add a new_key argument, it will create a new key for the output and keep the value of the key intact when overwrite is set to False.

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: KumoLiu <[email protected]>
@KumoLiu KumoLiu requested review from Nic-Ma, ericspod, rijobro and wyli and removed request for Nic-Ma and wyli November 15, 2022 09:21
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Nov 15, 2022

/build

@wyli wyli enabled auto-merge (squash) November 15, 2022 16:41
@wyli wyli merged commit ab2c804 into Project-MONAI:dev Nov 15, 2022
@KumoLiu KumoLiu deleted the enhance-lambda branch November 16, 2022 02:21
@KumoLiu KumoLiu mentioned this pull request Nov 16, 2022
3 tasks
wyli pushed a commit to wyli/MONAI that referenced this pull request Nov 16, 2022
Signed-off-by: KumoLiu <[email protected]>

Fixes Project-MONAI#5517.

### Description

Add a `new_key` argument, it will create a new key for the output and
keep the value of the key intact when `overwrite` is set to False.

### 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).
- [x] 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`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
bhashemian pushed a commit to bhashemian/MONAI that referenced this pull request Nov 23, 2022
Signed-off-by: KumoLiu <[email protected]>

Fixes Project-MONAI#5517.

### Description

Add a `new_key` argument, it will create a new key for the output and
keep the value of the key intact when `overwrite` is set to False.

### 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).
- [x] 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`.
- [x] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Behrooz <[email protected]>
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.

Transforms enhancement for HoVerNet

2 participants