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
There's a test in this file that is trying to use the global property
mp.pretty=True but is failing on my machine. Since the test is inside
a TESTS block and not visible to end users, the simplest way to fix it
is to expect the ugly output from mpmath; although in one instance we
do call str() on an mpmath real number to obtain '2.3' instead of some
2.999... thing that would require a tolerance.
0 commit comments