Skip to content

Commit 1a67cab

Browse files
authored
fix: DCO issue
DCO Remediation Commit for Tristan Kirscher <[email protected]> I, Tristan Kirscher <[email protected]>, hereby add my Signed-off-by to this commit: f8810ad Signed-off-by: Tristan Kirscher <[email protected]> Signed-off-by: Tristan Kirscher <[email protected]>
1 parent f8810ad commit 1a67cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynunet_pipeline/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_task_transforms(mode, task_id, pos_sample_num, neg_sample_num, num_sampl
4040
keys = ["image", "label"]
4141
else:
4242
keys = ["image"]
43-
43+
# 1. loading
4444
load_transforms = [
4545
LoadImaged(keys=keys, image_only=False),
4646
EnsureChannelFirstd(keys=keys),

0 commit comments

Comments
 (0)