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
For numpy, I only have test_iop failures for arithmetic operator methods (imul, iadd, ifloordiv, etc.).
Take ifloordiv, for example. I obtain the following test error message:
E AssertionError: out=-1.1754943508222875e-38, but should be +0 [__ifloordiv__()]
E condition: isfinite(x1_i) and x1_i < 0 and x2_i is -infinity -> +0
E x1=-1.1754943508222875e-38, x2=-inf
However, when I run the corresponding case on a script, I obtain the expected result: