DiffEqCallbacks.jl icon indicating copy to clipboard operation
DiffEqCallbacks.jl copied to clipboard

Domain callbacks are saving before application

Open ChrisRackauckas opened this issue 7 years ago • 1 comments

Causes the test failures. See https://github.com/JuliaDiffEq/DiffEqBase.jl/pull/170#issuecomment-431700332

ChrisRackauckas avatar Oct 21 '18 20:10 ChrisRackauckas

Can be avoided by setting save_everystep=false (done in https://github.com/SciML/DiffEqCallbacks.jl/pull/111).

devmotion avatar Mar 01 '22 23:03 devmotion