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
This is using a fresh pyenv virtual environment, then installing dependencies using
pip install -r dev_tools/dev.env.txt
followed by running pytest. Stopping in the test function and inspecting the values, it appears that the difference between values for the case involving float(1 << 55 / 3.0) is indeed greater than the absolute tolerance specified.
I don't experience this on Linux.
The text was updated successfully, but these errors were encountered:
With Python 3.10.0 and 3.12.5 on macOS 14.7, running
pytest
produces a failure intest_frac.py
:This is using a fresh pyenv virtual environment, then installing dependencies using
followed by running
pytest
. Stopping in the test function and inspecting the values, it appears that the difference between values for the case involvingfloat(1 << 55 / 3.0)
is indeed greater than the absolute tolerance specified.I don't experience this on Linux.
The text was updated successfully, but these errors were encountered: