-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When trying out SciPy on the wheels produced by #241 on a ryzen x86_64 Ubuntu 24.04 machine, I see 5 failures:
=============================================================================== short test summary info ===============================================================================
FAILED scipy/interpolate/tests/test_interpolate.py::TestPPoly::test_roots_croots - AssertionError:
FAILED scipy/linalg/tests/test_solvers.py::TestSolveContinuousAre::test_solve_continuous_are[13-case13] - ValueError: Reordering of (A, B) failed because the transformed matrix pair (A, B) would be too far from generalized Schur form; the problem is very ill-conditioned. (A, B) may h...
FAILED scipy/linalg/tests/test_solvers.py::TestSolveContinuousAre::test_solve_continuous_are[17-case17] - AssertionError:
FAILED scipy/linalg/tests/test_solvers.py::TestSolveDiscreteAre::test_solve_discrete_are[17-case17] - AssertionError:
FAILED scipy/linalg/tests/test_solvers.py::TestSolveDiscreteAre::test_solve_discrete_are[18-case18] - ValueError: Reordering of (A, B) failed because the transformed matrix pair (A, B) would be too far from generalized Schur form; the problem is very ill-conditioned. (A, B) may h...
I also see these same failures when using the latest "nightly" wheels on anaconda.org:
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
spin build --with-scipy-openblas
spin test
@rgommers is it typical that thresholds need adjustment with newer OpenBLAS or is there a problem somewhere that needs to be investigated?
Metadata
Metadata
Assignees
Labels
No labels