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
If **/*antisaccade_beh.tsv is .bidsignored, validation runs in under a second. If not, it takes several minutes at least (I canceled, so I don't know how long).
I think it's reasonable to type check only the first 1000 lines and assume that the rest are fine. We could make this a configurable parameter exposed to the API and CLI, and allow the current behavior to be accessed by setting the value to -1. 0 would load only the header, and a positive number would load that many rows beyond the header.
The text was updated successfully, but these errors were encountered:
Looking at a dataset:
If
**/*antisaccade_beh.tsv
is.bidsignored
, validation runs in under a second. If not, it takes several minutes at least (I canceled, so I don't know how long).I think it's reasonable to type check only the first 1000 lines and assume that the rest are fine. We could make this a configurable parameter exposed to the API and CLI, and allow the current behavior to be accessed by setting the value to
-1
.0
would load only the header, and a positive number would load that many rows beyond the header.The text was updated successfully, but these errors were encountered: