Skip to content

Commit 57c9c56

Browse files
author
DBIC BIDS Team
committed
ENH: reproin validator config - ignore absence of custom column description
It should be done but later after dataset is curated, no need to uselessly flood with warnings right after conversion
1 parent e7156ef commit 57c9c56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heudiconv/heuristics/reproin_validator.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore": [
3-
"TOTAL_READOUT_TIME_NOT_DEFINED"
3+
"TOTAL_READOUT_TIME_NOT_DEFINED",
4+
"CUSTOM_COLUMN_WITHOUT_DESCRIPTION"
45
],
56
"warn": [],
67
"error": [],

0 commit comments

Comments
 (0)