-
Notifications
You must be signed in to change notification settings - Fork 26
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
VectorData Refactor Expandable #1158
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging_expand #1158 +/- ##
==================================================
+ Coverage 88.89% 88.90% +0.01%
==================================================
Files 45 45
Lines 9834 9855 +21
Branches 2794 2803 +9
==================================================
+ Hits 8742 8762 +20
Misses 776 776
- Partials 316 317 +1 ☔ View full report in Codecov by Sentry. |
Note: Dataset of references will be handled with HDMF proxy append (PR tbd) |
@rly I plan on wrapping this up today; however, I wanted to point out #1163. I saw that my implementation and also dimension labels omit the case of untyped, named datasets. They are both related enough in terms of the code required that we can tackle them in a single Issue/PR. That being said, to prevent scope creep and because I believe this PR is solid enough to stand as a merge, let's aim to get this merged this week. |
Review Notes: What is the logic of this PR:
The update is to have the shape in the DatasetBuilder.
Recall what the objectmapper is for: map a container to a builder (visa versa). Within the The Note: There is a spot where I do not update the DatasetBuilder. That is described in #1163. It will be phase 2. |
Todo items:
|
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
Fix #1153
How to test the behavior?
Checklist
CHANGELOG.md
with your changes?