Skip to content
New issue

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

Refactor schema parsing code #56

Merged
merged 34 commits into from
May 13, 2022
Merged

Refactor schema parsing code #56

merged 34 commits into from
May 13, 2022

Conversation

happy5214
Copy link
Member

The tag/attribute parser is now contained in three classes, and the
SchemaAttributes class has been moved to another class in the interim
until the new entity classes are created.

@happy5214 happy5214 self-assigned this Apr 3, 2022
@happy5214 happy5214 added this to the 3.7.0 milestone Apr 27, 2022
happy5214 added 2 commits May 12, 2022 00:21
Also fix bug that prevented string parsing issues from being returned
from dataset validation.
This commit reorganizes the event file sidecar data into a pseudo
BidsSidecar object, while moving much of the general parsing of
sidecar data to that class. It also uses the new entry point from
the previous commit.
@happy5214 happy5214 linked an issue May 12, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment