Skip to content

Commit f58ab2f

Browse files
committed
FIX: Update pybids data directory
1 parent db26703 commit f58ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
import bids
5353
from bids import grabbids as gb
5454
filepath = os.path.realpath(os.path.dirname(bids.__file__))
55-
datadir = os.path.realpath(os.path.join(filepath, 'grabbids/tests/data/'))
55+
datadir = os.path.realpath(os.path.join(filepath, 'tests/data/'))
5656
except ImportError:
5757
have_pybids = False
5858

0 commit comments

Comments
 (0)