-
Notifications
You must be signed in to change notification settings - Fork 32
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
Provide default options for chunking of datasets (issue #635) #636
base: master
Are you sure you want to change the base?
Conversation
Some open questions:
|
Current implementation for schema/definition:
Open questions:
What would be the syntax?
|
Need to determine what to do with nested data types. For example: A RoiResponseSeries can be part of a Fluorescence or a DfOverF group. Should the spec support defining configuration for nested neurodata types dependent on were they are located, i.e:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #636 +/- ##
==========================================
- Coverage 95.18% 94.69% -0.49%
==========================================
Files 124 132 +8
Lines 5045 5207 +162
==========================================
+ Hits 4802 4931 +129
- Misses 243 276 +33 ☔ View full report in Codecov by Sentry. |
…ataWithoutBorders/matnwb into 635-customizable-chunking
…ad of chunkConfiguration
Fix #635
Motivation
Provide better chunking options for files in cloud storage
How to test the behavior?
To be determined
Checklist
fix #XX
whereXX
is the issue number?