perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / numpy / patches / 05-test-float32.patch
blob9bed47b0364cfe661c4634e6a520379ccdda8d3c
1 https://www.illumos.org/issues/16874
3 --- numpy-2.0.2/numpy/_core/tests/test_umath.py.orig
4 +++ numpy-2.0.2/numpy/_core/tests/test_umath.py
5 @@ -1436,8 +1436,6 @@
7 with np.errstate(under='raise'):
8 assert_raises(FloatingPointError, np.exp, np.float16(-17.5))
9 - assert_raises(FloatingPointError, np.exp, np.float32(-1000.))
10 - assert_raises(FloatingPointError, np.exp, np.float32(-1E19))
11 assert_raises(FloatingPointError, np.exp, np.float64(-1000.))
12 assert_raises(FloatingPointError, np.exp, np.float64(-1E19))