haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Tests: Remove assert for unsorted indices #53

Closed haasad closed 1 year ago

haasad commented 1 year ago

SciPy 1.11 introduced some changes to how indices are handled. The test no longer produces a matrix A with unsorted indices. 1.11 release notes: https://docs.scipy.org/doc/scipy/release/1.11.0-notes.html