Skip to content

Commit b1780ca

Browse files
committed
fixed reference to all_parcs
1 parent e8bfa8d commit b1780ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/australianimagingservice/mri/human/neuro/t1w/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,5 +1118,5 @@ def collate_parcs(out_dir: Path, **parcs: Mif) -> DirectoryOf[Mif]: # type: ign
11181118

11191119
args = sys.argv[2:]
11201120

1121-
wf = preprocess_all_parcs(*args) # type: ignore[arg-type]
1121+
wf = all_parcs(*args) # type: ignore[arg-type]
11221122
wf(t1w=sys.argv[1])

0 commit comments

Comments
 (0)