-
Notifications
You must be signed in to change notification settings - Fork 10
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
update to new Validator interface #863
Conversation
------ | ||
asdf.ValidationError | ||
schema_property = "wx_unit" | ||
tags = ["**"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we would only list weldx
tags here but selecting the validator for every node preserves the legacy behavior for untagged nodes
see previous discussion here asdf-format/asdf#1050 (comment)
tests passing now with |
Codecov Report
@@ Coverage Diff @@
## master #863 +/- ##
==========================================
+ Coverage 96.47% 96.48% +0.01%
==========================================
Files 95 94 -1
Lines 6238 6230 -8
==========================================
- Hits 6018 6011 -7
+ Misses 220 219 -1
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting rid of this legacy code!
Changes
asdf
dependency to 2.15Related Issues
asdf-format/asdf#1012
asdf-format/asdf#1050
Checks