Skip to content

Commit b35ca52

Browse files
committed
set NO_T1W: missing T1w as warning
1 parent c14cebf commit b35ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def validate_input_dir(exec_env, bids_dir, participant_label):
195195
"MALFORMED_BVAL",
196196
"MISSING_TSV_COLUMN_EEG_ELECTRODES",
197197
"MISSING_SESSION",
198+
"NO_T1W",
198199
],
199-
"error": ["NO_T1W"],
200200
"ignoredFiles": ['/dataset_description.json', '/participants.tsv'],
201201
}
202202
# Limit validation only to data from requested participants

0 commit comments

Comments
 (0)