Skip to content

Commit fe02136

Browse files
DCO Remediation Commit for simben <[email protected]>
I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 3b5e80b I, simben <[email protected]>, hereby add my Signed-off-by to this commit: 1da18e1 Signed-off-by: simben <[email protected]>
1 parent 04a12e2 commit fe02136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_integration_nnunet_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_nnunet_bundle(self) -> None:
133133
post_processing_transforms = Compose(
134134
[
135135
Decollated(keys=None, detach=True),
136-
# Not needed after reading the data directly from the MONAI Transform
136+
# Not needed after reading the data directly from the MONAI LoadImaged Transform
137137
# Transposed(keys="pred", indices=[0, 3, 2, 1]),
138138
SaveImaged(
139139
keys="pred", output_dir=Path(self.sim_dataroot).joinpath("predictions"), output_postfix="pred"

0 commit comments

Comments
 (0)