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
and .json contains some ad-hoc Range thus trying to change default "Levels" assigned to that column.
❯ jq .handedness < fnirs_automaticity/participants.json
{
"Description": "handedness of the participant as a score on the Dutch Handedness Questionnaire",
"TermURL": "doi:1765/956",
"Range": "-10 (left) to + 10 (right)"
}
I think it is easy to resolve by providing Levels. Alternative is to extend BIDS with support for range, but that is in the future and thus not feasible as a quick fix here.
deno based validator in
fails with
since values there are numeric 9 and 10:
and .json contains some ad-hoc
Range
thus trying to change default "Levels" assigned to that column.I think it is easy to resolve by providing Levels. Alternative is to extend BIDS with support for range, but that is in the future and thus not feasible as a quick fix here.
attn @sappelhoff @rob-luke @robertoostenveld who mastered the original PR as depicted in e84c122
The text was updated successfully, but these errors were encountered: