Skip to content

Commit

Permalink
Black.. :o
Browse files Browse the repository at this point in the history
  • Loading branch information
lisawim committed Nov 30, 2023
1 parent c7f4cfd commit eaf4448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pySDC/tests/test_projects/test_DAE/test_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def test_DiscontinuousTestDAE_SDC_detection(M):
}

description = {
'problem_class': DiscontinuousTestDAE, #DiscontinuousTestDAE,
'problem_class': DiscontinuousTestDAE,
'problem_params': problem_params,
'sweeper_class': fully_implicit_DAE,
'sweeper_params': sweeper_params,
Expand All @@ -522,7 +522,6 @@ def test_DiscontinuousTestDAE_SDC_detection(M):

uend, stats = controller.run(u0=uinit, t0=t0, Tend=Tend)

# err = abs(uex.diff - uend.diff)
err = abs(uex - uend)
assert err < err_tol[M], f"ERROR for M={M}: Error is too large! Expected {err_tol[M]}, got {err}"

Expand Down

0 comments on commit eaf4448

Please sign in to comment.