-
Notifications
You must be signed in to change notification settings - Fork 110
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
Precision system #1140
Comments
I always felt we needed to add built-in/native support for units across the board. Something like what Because, well, it's important :) |
@tomvanmele I think this can be closed with the Precision class being added in 2.0 |
@jf--- as far as I understand, the new Precision class solves the tolerance problem but did not really solve the lack of units problem that @gonzalocasas mentioned. |
Gotcha, thanks for pointing out. But that seems another issue altogether: precision and metric(s) and 2 separate issues of concern. |
Closing this and opened #1319 for the units idea/discussion |
Related to: #1057 (comment)
Some kind of a precision system can be useful which allows user to:
This would replace all sorts of local tolerance which aren't standardized and are defined per module/class/instance.
Maybe in form of a
Precision
mixin which will by default fetch values from a global default and allow setting a modified local copy thereof.The text was updated successfully, but these errors were encountered: