Skip to content

Commit

Permalink
Do not safe sol (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Jan 30, 2024
1 parent f4e6e49 commit 4b07706
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ callbacks = CallbackSet(summary_callback,
###############################################################################
sol = solve(ode, SSPRK104(; thread = OrdinaryDiffEq.True());
dt = 1.0, # overwritten by the `stepsize_callback`
save_everystep = false,
callback = callbacks);

summary_callback() # print the timer summary

0 comments on commit 4b07706

Please sign in to comment.