Skip to content

Commit 3913b3c

Browse files
authored
Merge pull request #140 from nipreps/fix/tests-dipy-download
FIX: Typo in folder existance check
2 parents 1d4d492 + 8108f5f commit 3913b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_motion_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
plot_volumewise_motion,
4040
)
4141

42-
if not (Path.home() / ".dipy" / "stanfoed_hardi").exists():
42+
if not (Path.home() / ".dipy" / "stanford_hardi").exists():
4343
fetch_stanford_hardi()
4444

4545
img, _ = read_stanford_hardi()

0 commit comments

Comments
 (0)