Skip to content

Commit 070d16e

Browse files
author
Thomas Baumann
committed
Fix
1 parent b440aa5 commit 070d16e

File tree

1 file changed

+1
-1
lines changed
  • pySDC/projects/Resilience

1 file changed

+1
-1
lines changed

pySDC/projects/Resilience/vdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def run_vdp(
195195
try:
196196
uend, stats = controller.run(u0=uinit, t0=t0, Tend=Tend)
197197
except ProblemError:
198-
stats = controller.hooks.return_stats()
198+
stats = controller.return_stats()
199199

200200
return stats, controller, Tend
201201

0 commit comments

Comments
 (0)