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

Fix `handle_callback_modifiers!`

Open devmotion opened this issue 4 years ago • 1 comments

The current implementation seems wrong (see https://github.com/SciML/StochasticDelayDiffEq.jl/pull/35#discussion_r564026139).

It seems it is not tested currently and hence a test should be added. What would be a simple example that fails currently?

devmotion avatar Jan 25 '21 21:01 devmotion

It would be a callback in https://github.com/SciML/StochasticDiffEq.jl/blob/master/test/tau_leaping.jl since the P term only applies to tau-leaping.

ChrisRackauckas avatar Jan 25 '21 23:01 ChrisRackauckas