-
Notifications
You must be signed in to change notification settings - Fork 27
[WIP] Add dimension scales/coordinates #192
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
base: dev
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #192 +/- ##
======================================
Coverage ? 71.03%
======================================
Files ? 32
Lines ? 6279
Branches ? 1468
======================================
Hits ? 4460
Misses ? 1367
Partials ? 452Continue to review full report at Codecov.
|
|
TODO: Add support for auto-checking dims in auto-generated classes: NeurodataWithoutBorders/pynwb#480 |
Add dimension scales/coordinates to support direct association of datasets with dimensions of other datasets within a group. See NeurodataWithoutBorders/pynwb#626
Very much a work in progress. I am also taking the opportunity to comment and refactor
src/hdmf/build/map.py.ObjectMapperis now in its own 1000-line file. Unfortunately, the refactoring obscures the changes I made in theObjectMapper.