MAINT: fix umfpack test failure with numpy 1.23
authorRalf Gommers <ralf.gommers@gmail.com>
Sun, 3 Jul 2022 11:12:56 +0000 (13:12 +0200)
committerDrew Parsons <dparsons@debian.org>
Thu, 19 Jan 2023 13:54:51 +0000 (13:54 +0000)
commitff94a0f1e0897b5bbf001234cb8cf2eaa2498f8b
tree1021cdb458d85b117a2c54d67c06335cb8b464eb
parentfce59dd462f9afb10f9d6ac8e90e47f61626693e
MAINT: fix umfpack test failure with numpy 1.23

The reason is a divide-by-zero warning that our test suite settings
convert to an error. So ignore these warnings, because they're
coming from inside `scikit-umfpack`.

This has been failing consistently in the Azure pre-release job.

Closes gh-16523

[skip github]

Gbp-Pq: Name 0017-MAINT-fix-umfpack-test-failure-with-numpy-1.23.patch
scipy/sparse/linalg/_dsolve/linsolve.py