-
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
494 check for multiple constrained #495
Conversation
File types now represented as a heterogeneous array of classes. Now supports multiple type validation.
Codecov Report
@@ Coverage Diff @@
## master #495 +/- ##
==========================================
+ Coverage 87.25% 87.58% +0.32%
==========================================
Files 128 129 +1
Lines 5250 5340 +90
==========================================
+ Hits 4581 4677 +96
+ Misses 669 663 -6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for the quick fix, @lawrence-mbf ! The changes in the MatNWB code generation code are beyond my expertise, so I defer to @bendichter for his review. I can attest that my test code works using this branch and that the code generated from |
Sounds good to me! |
Motivation
Fix #494
How to test the behavior?
#494 should not throw its error.
Checklist
fix #XX
whereXX
is the issue number?