Open TorkelE opened 1 year ago
Yes JumpProcesses.jl should adapt the conversions done in DiffEqBase.
What conversion should we use? On quick glance it looks like the type of dt
is used in DiffEqBase, but there is no dt
here.
I guess it needs a bit more modifications
Simple example:
If I change to
tspan = (0, 10)
:I instead get an error:
The problem also happens when Catalyst is not used, e.g. this also give a similar error
This works fine with e.g. ODEs: