Skip to content

Commit 3455784

Browse files
committed
FIX: Do not raise validation error if no T1
1 parent 853d7b2 commit 3455784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def validate_input_dir(exec_env, bids_dir, participant_label):
281281
"MISSING_TSV_COLUMN_EEG_ELECTRODES",
282282
"MISSING_SESSION",
283283
],
284-
"error": ["NO_T1W"],
284+
"error": [],
285285
"ignoredFiles": ["/dataset_description.json", "/participants.tsv"],
286286
}
287287
# Limit validation only to data from requested participants

0 commit comments

Comments
 (0)