Skip to content

Commit aa98fc4

Browse files
committed
Removed default filenames and paths.
1 parent 91bc90c commit aa98fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

univariate_vlsm.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"outputs": [],
8181
"source": [
8282
"# Input data\n",
83-
"dir_lesion = r\"/home/jovyan/work/WMH_memory_clinic/Lesion_maps\"\n",
84-
"design_document = r\"/home/jovyan/work/WMH_memory_clinic/Analyses/WMH_MemoryClinic_MainProject/Domain_VerbalMemory.xlsx\"\n",
83+
"dir_lesion = r\"\"\n",
84+
"design_document = r\"\"\n",
8585
"data_in_subfolders = True\n",
8686
"domain = 1\n",
8787
"\n",
@@ -93,7 +93,7 @@
9393
"n_jobs = 35\n",
9494
"\n",
9595
"# Output\n",
96-
"output_base_path = r\"/home/jovyan/work/WMH_memory_clinic/Analyses/WMH_MemoryClinic_MainProject/Domain_VerbalMemory\"\n",
96+
"output_base_path = r\"\"\n",
9797
"\n",
9898
"# Output for lesion prevalence map\n",
9999
"output_name_lesion_prevalence = output_base_path + \"_lesion_prevalence.nii\"\n",

0 commit comments

Comments
 (0)