-
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
Strict quantities #731
Strict quantities #731
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #731 +/- ##
==========================================
- Coverage 95.89% 95.85% -0.05%
==========================================
Files 92 92
Lines 6511 6520 +9
==========================================
+ Hits 6244 6250 +6
- Misses 267 270 +3
Continue to review full report at Codecov.
|
Only the LCS needed an update, since the CSMs unit restrictions are just a result of the stored LCS instances. I updated the LCS schema version. By the way, should we have also created a new version for the |
Thanks you for this improvement. |
the only problem left is probably opening old weldx files now since that would require adding the default quantities in the
|
Changes
Units are now mandatory and no longer optional in the
CoordinateSystemManager
and theLocalCoordinateSystem
Related Issues
Closes #682
Checks