-
Notifications
You must be signed in to change notification settings - Fork 25
Fixed compound dtype custom ZarrDataIO bug #1297
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?
Fixed compound dtype custom ZarrDataIO bug #1297
Conversation
The approach is generally right but
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1297 +/- ##
==========================================
- Coverage 91.62% 91.61% -0.02%
==========================================
Files 42 42
Lines 9684 9691 +7
Branches 1963 1964 +1
==========================================
+ Hits 8873 8878 +5
- Misses 523 525 +2
Partials 288 288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Done.
And done! |
Looks like I need to add a test for these changes, but I'm not sure how to integrate it with the existing test structure. @rly can you point me in the right direction? |
Fixes #1296
Checklist
CHANGELOG.md
with your changes?