We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5c6b2e + 69b79ba commit 804b522Copy full SHA for 804b522
docs/notebooks/bold_realignment.ipynb
@@ -38,7 +38,7 @@
38
"WORKDIR = Path.home() / \"tmp\" / \"nifreezedev\" / \"ismrm25\"\n",
39
"WORKDIR.mkdir(parents=True, exist_ok=True)\n",
40
"\n",
41
- "OUTPUT_DIR = Path.home() / \"tmp\" / \"nifreezedev\" / \"ismrm25\" / \"nifreeze-ismrm25-exp2\"\n",
+ "OUTPUT_DIR = WORKDIR / \"nifreeze-ismrm25-exp2\"\n",
42
"OUTPUT_DIR.mkdir(exist_ok=True, parents=True)"
43
]
44
},
0 commit comments