Skip to content

Commit

Permalink
BF: Last path fix to let the manual docttests pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed May 7, 2015
1 parent a18d26a commit 5b6ffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvpa2/tutorial_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def get_raw_haxby2001_data(path=tutorial_data_path, roi='vt'):
if roi is 0:
# this means something special in the searchlight tutorial
maskpath = os.path.join(path, 'sub001', 'masks', 'orig')
maskpath = os.path.join(path, 'haxby2001', 'sub001', 'masks', 'orig')
nimg = nb.load(os.path.join(maskpath, 'hoc.nii.gz'))
nimg_brain = nb.load(os.path.join(maskpath, 'brain.nii.gz'))
tmpmask = nimg.get_data() == roi
Expand Down

0 comments on commit 5b6ffe8

Please sign in to comment.