-
Notifications
You must be signed in to change notification settings - Fork 25
Schema validator #223
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
Schema validator #223
Conversation
* change table to use the newly defined append method
# Conflicts: # src/hdmf/container.py
Codecov Report
@@ Coverage Diff @@
## dev #223 +/- ##
=======================================
Coverage 73.37% 73.37%
=======================================
Files 33 33
Lines 6460 6460
Branches 1413 1413
=======================================
Hits 4740 4740
Misses 1294 1294
Partials 426 426 Continue to review full report at Codecov.
|
running into this issue: python-jsonschema/jsonschema#313 |
fix with this work-around: python-jsonschema/jsonschema#313 (comment) |
I tried using |
fix #2