-
Notifications
You must be signed in to change notification settings - Fork 110
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
ENH: Add column definitions for channels.json #1839
ENH: Add column definitions for channels.json #1839
Conversation
Do we have examples to test against yet? |
We do, see: added in: |
Yup, found it. Now I just need to figure out JSON schema. This is a pain. |
Some notes for anybody who wants to take this over (or me in the future):
|
…stricter level object.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1839 +/- ##
==========================================
- Coverage 85.69% 83.57% -2.12%
==========================================
Files 132 92 -40
Lines 6711 3897 -2814
Branches 1554 1273 -281
==========================================
- Hits 5751 3257 -2494
+ Misses 852 542 -310
+ Partials 108 98 -10
☔ View full report in Codecov by Sentry. |
…erties, not the top level properties themselves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the start, Chris, and thanks for the fix, Ross.
Changing {
"reference_frame":{
"LongName":"reference_frame",
"Description":"reference frame in which the channels is represented.",
"Levels":{
"global":{
"Description":"room-fixed global reference frame",
"SpatialAxes":"ARS",
"RotationOrder":1,
"RotationRule":1
}
}
}
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked Chris' example and also manipulating the values for the levels --> raises errors as expected now.
Interesting. I'm not sure why my using |
Closes #1838.