Package Details: python-pypardiso 0.4.6-1

Git Clone URL: https://aur.archlinux.org/python-pypardiso.git (read-only, click to copy)
Package Base: python-pypardiso
Description: Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
Upstream URL: https://github.com/haasad/PyPardisoProject
Licenses: BSD-3-Clause
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 0
Popularity: 0.000000
First Submitted: 2023-04-08 22:56 (UTC)
Last Updated: 2024-03-29 04:49 (UTC)

Latest Comments

carlosal1015 commented on 2023-08-17 17:13 (UTC)

Many thanks @Alad for point this. Fixed now.

Alad commented on 2023-08-17 13:34 (UTC)

==> Starting check()...
=============================================== test session starts ===============================================
platform linux -- Python 3.11.3, pytest-7.4.0, pluggy-1.0.0
rootdir: /home/archie/.cache/aurutils/sync/python-pypardiso/src/PyPardisoProject-0.4.2
plugins: anyio-3.6.2
collected 22 items                                                                                                

tests/test_basic_solve.py ..                                                                                [  9%]
tests/test_input_A.py F.......                                                                              [ 45%]
tests/test_input_b.py ......                                                                                [ 72%]
tests/test_scipy_aliases.py ......                                                                          [100%]

==================================================== FAILURES =====================================================
__________________________________________ test_input_A_unsorted_indices __________________________________________

    def test_input_A_unsorted_indices():
        A, b = create_test_A_b_small(sort_indices=False)
>       assert not A.has_sorted_indices
E       AssertionError: assert not True
E        +  where True = <5x5 sparse matrix of type '<class 'numpy.float64'>'\n with 9 stored elements in Compressed Sparse Row format>.has_sorted_indices

tests/test_input_A.py:14: AssertionError
================================================ warnings summary =================================================
tests/test_scipy_aliases.py::test_basic_factorized
  /usr/lib/python3.11/site-packages/scipy/sparse/linalg/_dsolve/linsolve.py:395: SparseEfficiencyWarning: splu converted its input to CSC format
    warn('splu converted its input to CSC format', SparseEfficiencyWarning)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================= short test summary info =============================================
FAILED tests/test_input_A.py::test_input_A_unsorted_indices - AssertionError: assert not True
===================================== 1 failed, 21 passed, 1 warning in 2.64s =====================================
==> ERROR: A failure occurred in check().