Skip to content

Commit

Permalink
Removed empty test function
Browse files Browse the repository at this point in the history
  • Loading branch information
lisawim committed Nov 4, 2023
1 parent b259ed7 commit 37e6b76
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pySDC/tests/test_problems/test_AllenCahn_1D_FD.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,3 @@ def test_capture_errors_and_warnings(caplog, stop_at_nan):
multi_periodic.work_counters['newton'].niter == newton_maxiter
), 'Number of Newton iterations in multi-implicit periodic case does not match with maximum number of iterations!'
caplog.clear()


@pytest.mark.base
def test_solve_system_with_reference():
"""
Computes a solution using the Newton solver and compares it with a Newton-Krylov solver as reference.
"""

0 comments on commit 37e6b76

Please sign in to comment.