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
1. Spinning local postgres container for testing
(#836)
2. Using conftest for test fixtures to avoid importing fixture
dependencies in tests
3. Fixing rounding bugs with fixedpoint
(delvtech/fixedpointmath#21)
dpaiton
changed the title
Fixed point should not accept floating point in constructor
fixedpointmath: Fixed point should not accept floating point in constructor
Sep 28, 2023
dpaiton
changed the title
fixedpointmath: Fixed point should not accept floating point in constructor
Fixed point should not accept floating point in constructor
Nov 17, 2023
There are rounding issues when initializing fixed point to floating point:
Therefore, we should not allow floating points to be passed into fixedpoint constructor
The text was updated successfully, but these errors were encountered: