Skip to content

Commit

Permalink
Getting rid of test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Jul 24, 2024
1 parent fc49630 commit 72beeb9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/C_Cython_Tests/test_c_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,6 @@ def correct_answer(t, c1_, c2_):
# ax.plot(CySolverAccuracyTestInst.t, real_answer[1], 'b:')
# plt.show()

import platform
if platform.system().lower() == 'darwin':
# TODO: For some reason the accuracy test is failing on macos after the switch from GCC.
# Since this is a deprecated function there is not a strong incentive to investigate since the new backend passes.
# But something to keep in mind if we ever revive it.
pytest.mark.skip("For some reason the accuracy test is failing on macos after the switch from GCC. Since this is a deprecated function there is not a strong incentive to investigate since the new backend passes. But something to keep in mind if we ever revive it.")(test_accuracy_CySolverTester)

@pytest.mark.parametrize('complex_valued', (True, False))
@pytest.mark.parametrize('rk_method', (0, 1, 2))
def test_max_num_steps(rk_method, complex_valued):
Expand Down

0 comments on commit 72beeb9

Please sign in to comment.