Skip to content

Commit c107015

Browse files
DCO Remediation Commit for simben <[email protected]>
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 8bbb63b I, simben <[email protected]>, hereby add my Signed-off-by to this commit: a7cad28 Signed-off-by: simben <[email protected]>
1 parent 10aa0ce commit c107015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_integration_nnunet_bundle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def test_nnunet_bundle(self) -> None:
129129
post_processing_transforms = Compose(
130130
[
131131
Decollated(keys=None, detach=True),
132+
# Not needed after reading the data directly from the MONAI Transform
132133
#Transposed(keys="pred", indices=[0, 3, 2, 1]),
133134
SaveImaged(
134135
keys="pred", output_dir=Path(self.sim_dataroot).joinpath("predictions"), output_postfix="pred"

0 commit comments

Comments
 (0)