Skip to content

Commit 2f71c07

Browse files
yarikopticeffigies
authored andcommitted
Downgrade absence of sub- folders to warning
I could be wrong but I think there is no strict and agreed upon requirement to require having sub- subfolders in BIDS specification. Although odd, thus warranting a warning, I think it is not strictly forbidden, and e.g. a BIDS dataset only with stimuli/ or derivatives/ or sourcedata might still be well legit BIDS dataset.
1 parent a7dd34a commit 2f71c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/rules/checks/dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SubjectFolders:
77
code: SUBJECT_FOLDERS
88
message: |
99
There are no subject directories (labeled "sub-*") in the root of this dataset.
10-
level: error
10+
level: warning
1111
selectors:
1212
- path == '/dataset_description.json'
1313
checks:

0 commit comments

Comments
 (0)