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.
1 parent 83f248d commit 6db0f68Copy full SHA for 6db0f68
docs/notebooks/bold_realignment.ipynb
@@ -82,7 +82,7 @@
82
" raise FileNotFoundError(f\"Directory does not exist: {DATA_PATH}\")\n",
83
"\n",
84
" _path = DATA_PATH / \"synthstrip.1.pt\"\n",
85
- " if not _path.exists() or not _path.is_dir():\n",
+ " if not _path.exists():\n",
86
" raise FileNotFoundError(f\"synthstrip file does not exist: {_path}\")\n",
87
88
" if not bmask_path.exists():\n",
0 commit comments