diff --git a/tests/unit/banded_matrices/test_cholesky.py b/tests/unit/banded_matrices/test_cholesky.py index 64441ef..0412abb 100644 --- a/tests/unit/banded_matrices/test_cholesky.py +++ b/tests/unit/banded_matrices/test_cholesky.py @@ -139,7 +139,6 @@ def test_forward_cholesky_without_result_check(): ) session.run(cholQ_band_op) - @pytest.mark.skip("Test currently fails: to fix") def test_forward_cholesky_with_poorly_conditioned_banded_matrix(): # The idea is to generate a pooly conditioned banded matrix,