Skip to content

Commit a0d79e6

Browse files
author
Thomas Baumann
committed
Linting
1 parent 17f4625 commit a0d79e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pySDC/projects/Resilience/Lorentz.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ def check_solution(stats, controller, thresh=5e-4):
163163
error = np.linalg.norm(u[-1][1] - u_exact, np.inf)
164164
error_hook = get_sorted(stats, type='e_global')[-1][1]
165165

166-
dt = get_sorted(stats, type='dt')
167-
168166
assert error == error_hook, f'Expected errors to match, got {error:.2e} and {error_hook:.2e}!'
169167
assert error < thresh, f"Error too large, got e={error:.2e}"
170168

0 commit comments

Comments
 (0)