Skip to content

Commit 97311ed

Browse files
committed
do not ignore NO_T1W!
1 parent a626776 commit 97311ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fmriprep/utils/bids.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def validate_input_dir(exec_env, bids_dir, participant_label, need_T1w=True):
195195
"MALFORMED_BVAL",
196196
"MISSING_TSV_COLUMN_EEG_ELECTRODES",
197197
"MISSING_SESSION",
198-
"NO_T1W",
199198
],
200199
"error": ["NO_T1W"] if need_T1w else [],
201200
"ignoredFiles": ['/dataset_description.json', '/participants.tsv'],

0 commit comments

Comments
 (0)