You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIDS validator gives me this error for acq_time: `[ERR] Empty cell in TSV file detected: The proper way of labeling missing values is "n/a"`
This is because `str(None)` in Python gives 'None' which has True boolean value. Fortunately, the fix is simple.
0 commit comments