From fc58b05a3d31dae3dabdd01638cd156e6e121640 Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Fri, 19 Apr 2024 19:00:51 +0200 Subject: [PATCH] Revert "black" This reverts commit ccd3c822897cbfcb6e12c1257db2e32c69aee18c. --- tests/unit/banded_matrices/test_cholesky.py | 1 - 1 file changed, 1 deletion(-) 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,