|
Ran
|
Jobs
1
|
Files
1265
|
Run time
1min
|
Badge
README BADGES
|
github
Relax CI constraint on `numpy<1.25` (#11020) The major problem in NumPy 1.25 transpired to be that particular versions of Apple clang (including the one used in Numpy's wheel-build CD pipelines) produced non-deterministic code from new SIMD routines for complex multiplication. This in turn destabilised our `Isometry` decompositions, which caused major correctness problems. As of Numpy 1.26.1 (released 2023-10-14), that SIMD code now decays to the scalar form if the compiler was known to be buggy, which restores the previous behaviour. (cherry picked from commit fb8a69df2)
74217 of 85347 relevant lines covered (86.96%)
92282.01 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6828215715.1 | 0 |
86.96 |
GitHub Action Run |