We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hed-validator returns a list of BidsIssue objects, which usually involves the BidsHedIssue subclass. This is intended to be a type extension of the Issue class, but https://github.com/bids-standard/bids-validator/blob/master/bids-validator/validators/hed.js fails to convert the BidsIssue objects to Issue objects to remove any extra fields, like the hedIssue field in BidsHedIssue. This is believed to be the cause of OpenNeuroOrg/openneuro#3162.
hed-validator
BidsIssue
BidsHedIssue
Issue
hedIssue
Please assign this to me, as I'll fix this shortly.
The text was updated successfully, but these errors were encountered:
3d5b919
happy5214
Successfully merging a pull request may close this issue.
hed-validator
returns a list ofBidsIssue
objects, which usually involves theBidsHedIssue
subclass. This is intended to be a type extension of theIssue
class, but https://github.com/bids-standard/bids-validator/blob/master/bids-validator/validators/hed.js fails to convert theBidsIssue
objects toIssue
objects to remove any extra fields, like thehedIssue
field inBidsHedIssue
. This is believed to be the cause of OpenNeuroOrg/openneuro#3162.Please assign this to me, as I'll fix this shortly.
The text was updated successfully, but these errors were encountered: