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
Allow forgiving tolerance on some array comparision tests
This may have comes with the numpy 2 change where the precision of scalars is now preserved consistently. See https://numpy.org/devdocs/numpy_2_0_migration_guide.html#changes-to-numpy-data-type-promotion
Observed testing results which failed only on the macOS runner:
Mismatched elements: 1 / 1 (100%)
Max absolute difference among violations: 2.74195588e-09
Max relative difference among violations: 3.36410326e-09
ACTUAL: array([0.815063], dtype=float32)
DESIRED: array(0.815063)
0 commit comments