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 4515931 commit 938e8eaCopy full SHA for 938e8ea
python/lib/bidsreader.py
100644
100755
@@ -6,7 +6,6 @@
6
7
import lib.exitcode
8
import lib.utilities as utilities
9
-# import bids
10
11
try:
12
from bids import BIDSLayout
@@ -17,6 +16,7 @@
17
16
print("Could not find bids.layout or bids.grabbids")
18
exit(lib.exitcode.INVALID_IMPORT)
19
+# import bids
20
# BIDSLayoutIndexer is required for PyBIDS >= 0.12.1
21
# bids_pack_version = list(map(int, bids.__version__.split('.')))
22
# if (bids_pack_version[0] > 0
0 commit comments