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 db26703 commit f58ab2fCopy full SHA for f58ab2f
nipype/interfaces/tests/test_io.py
@@ -52,7 +52,7 @@
52
import bids
53
from bids import grabbids as gb
54
filepath = os.path.realpath(os.path.dirname(bids.__file__))
55
- datadir = os.path.realpath(os.path.join(filepath, 'grabbids/tests/data/'))
+ datadir = os.path.realpath(os.path.join(filepath, 'tests/data/'))
56
except ImportError:
57
have_pybids = False
58
0 commit comments