Skip to content

Commit a60f5b2

Browse files
committed
Fix comment.
We don't need to index metadata in the BIDSLayout, but the drawback is that inheritance is ignored.
1 parent 4003214 commit a60f5b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cubids/cubids.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ def add_file_collections(self):
399399
400400
Notes
401401
-----
402-
This method requires that the BIDSLayout has been indexed with metadata.
402+
This method uses metadata from direct sidecar JSON files,
403+
so it will not work with inherited metadata.
403404
"""
404405
# check if force_unlock is set
405406
if self.force_unlock:

0 commit comments

Comments
 (0)