Skip to content

Commit 225cad8

Browse files
oestebanjhlegarreta
authored andcommitted
Update docs/notebooks/bold_realignment.ipynb
1 parent 068a9a5 commit 225cad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/bold_realignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
" raise FileNotFoundError(f\"Directory does not exist: {DATA_PATH}\")\n",
8383
"\n",
8484
" _path = DATA_PATH / \"synthstrip.1.pt\"\n",
85-
" if not _path.exists() or not _path.is_dir():\n",
85+
" if not _path.exists():\n",
8686
" raise FileNotFoundError(f\"synthstrip file does not exist: {_path}\")\n",
8787
"\n",
8888
" if not bmask_path.exists():\n",

0 commit comments

Comments
 (0)