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
I repeatedly find myself having to bump tolerances in tests when I insert code that generates random numbers.
This is annoying and leads to long-term degradation of the tests because tolerances always increase, but never shrink.
I think this should be fixed by carrying out all tests in float64, which will also allow to use small tolerances.
The text was updated successfully, but these errors were encountered:
I repeatedly find myself having to bump tolerances in tests when I insert code that generates random numbers.
This is annoying and leads to long-term degradation of the tests because tolerances always increase, but never shrink.
I think this should be fixed by carrying out all tests in
float64
, which will also allow to use small tolerances.The text was updated successfully, but these errors were encountered: