You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But at no point is the callback finalize function called.
I have tested this is indeed the case, below you can two find MWEs. Also, perhaps unrelated with this issue, the callbacks in the examples below trigger saving at the start and end twice only when save_positions = (false, false) this is not the case.
Unless I am missing something, callbacks are not being finalized at the end of the solver. For convenience, I have copied
solve!
below:Once the first loop (which steps through time) is complete, the function call
postamble!
which is reproduced below:But at no point is the callback
finalize
function called.I have tested this is indeed the case, below you can two find MWEs. Also, perhaps unrelated with this issue, the callbacks in the examples below trigger saving at the start and end twice only when
save_positions = (false, false)
this is not the case.The text was updated successfully, but these errors were encountered: