You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add test showing truncation by Param::Set
* Param: use ParamStreamer to preserve digits in
Set and GetDefault
* World_TEST: increase expected precision
* add precision test for #103
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
Original report (archived issue) by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).
Values are stored as strings in sdf elements which probably resulted in the cropping of decimals during the double to string cast operation.
Added test in double_precision (3cb3038)
branch
The test shows that decimals get cropped and the double comparison fails
The text was updated successfully, but these errors were encountered: