Skip to content

Commit

Permalink
build: restore tests for spgl1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Aug 16, 2024
1 parent 3e6dc8f commit 375c353
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,6 @@ or with ``pip`` via
SPGL1
-----

.. warning::

``SPGL1`` is not yet supported with Numpy 2.

`SPGL1 <https://spgl1.readthedocs.io/en/latest/>`_ is used to solve sparsity-promoting
basis pursuit, basis pursuit denoise, and Lasso problems
in :py:func:`pylops.optimization.sparsity.SPGL1` solver.
Expand Down
3 changes: 0 additions & 3 deletions pytests/test_sparsity.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,6 @@ def test_ISTA_FISTA_multiplerhs(par):
)
def test_SPGL1(par):
"""Invert problem with SPGL1"""
if int(np_version[0]) >= 2:
return

np.random.seed(42)
Aop = MatrixMult(np.random.randn(par["ny"], par["nx"]))

Expand Down

0 comments on commit 375c353

Please sign in to comment.