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
incorrectly assumes all caught errors are missing schema errors, leading to improper issue reporting.
The tests need to be fixed to correct the level of HED in the three bad test sidecars, and hed.js needs to be re-coded to find another way to deal with a null return from the validation function.
The tests have improperly nested HED data in three sidecars (the
HED
level is the third level, where it should be the second level). This is causing https://github.com/hed-standard/hed-javascript/blob/916236a58b9912cb4fefc0e79aa9c28d0f35cedb/bids/types/json.js#L107 to (correctly) throw anIssueError
for what amounts to aSIDECAR_INVALID
HED error. However, thetry
block starting atbids-validator/bids-validator/validators/hed.js
Line 34 in 5646d9d
The tests need to be fixed to correct the level of
HED
in the three bad test sidecars, andhed.js
needs to be re-coded to find another way to deal with anull
return from the validation function.Originally posted by @happy5214 in #2167 (comment)
The text was updated successfully, but these errors were encountered: