Skip to content

Commit 8aa8342

Browse files
committed
fixed reference to old fileformats mrtrix3 package
1 parent 26bded3 commit 8aa8342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/6-workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
"from pathlib import Path\n",
482482
"import numpy as np\n",
483483
"from fileformats.medimage import Nifti1\n",
484-
"import fileformats.medimage_mrtrix3 as mrtrix3\n",
484+
"import fileformats.vendor.mrtrix3.medimage as mrtrix3\n",
485485
"from pydra.environments import docker\n",
486486
"from pydra.compose import workflow, python\n",
487487
"from pydra.tasks.mrtrix3.v3_1 import MrConvert, MrThreshold\n",

0 commit comments

Comments
 (0)