-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support 2.5.0 #435
Support 2.5.0 #435
Conversation
Codecov Report
@@ Coverage Diff @@
## master #435 +/- ##
==========================================
- Coverage 86.02% 85.92% -0.11%
==========================================
Files 125 126 +1
Lines 5125 5216 +91
==========================================
+ Hits 4409 4482 +73
- Misses 716 734 +18
Help us with your feedback. Take ten seconds to tell us how you rate us. |
FYI NWB 2.5.0 has been released. |
@rly @oruebel It looks like there is still an error introduced with 2.5.0. In the schema, what does the |
@lawrence-mbf Sorry I am just seeing this. If the field is optional ( |
With MatNWB now supporting NWB schema 2.5.0, should there be a new release? |
@rly Yes, this must have been fixed, thus I merged it during the User days. I'll see to drafting a release in a bit. |
Motivation
Support NWB Schema 2.5.0
How to test the behavior?
Run
nwbtest
with source files without (new) errors.Checklist
fix #XX
whereXX
is the issue number?