-
Notifications
You must be signed in to change notification settings - Fork 25
VectorData Refactor Expandable (#1158) #1180
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
* prior * chckpoint * possible poc * fix * finished tests * dtype * fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix again * fix again * clean up * coverage * Update CHANGELOG.md * Update CHANGELOG.md * Update h5tools.py * Update h5tools.py * clean up for review * clean up for review * clean up --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1180 +/- ##
==========================================
- Coverage 91.70% 91.68% -0.02%
==========================================
Files 42 42
Lines 9615 9637 +22
Branches 1940 1948 +8
==========================================
+ Hits 8817 8836 +19
- Misses 519 520 +1
- Partials 279 281 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@rly This PR is essentially done. I need to go through the pynwb side to make sure what is failing we can ignore through future development. I also want to run the neuroconv tests to make sure those pass as well. |
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
Fix #1158
Fix #1163
Add expandable default for datasets.
How to test the behavior?
Checklist
CHANGELOG.md
with your changes?