Error in callback differential equations

Hello,

I am getting the error Event repeated at the same time. Please report this error when I use DifferentialEquations.jl with ContinuousCallback with rootfinder active. Is there a way to go around?
Unfortunately I don’t have a toy problem with this error.

Also is the optional argument initialize = (c,u,t,integrator) -> nothing desactivate the callback at the initial time?

yes, that default has the callback not activate at time zero, but of course you can change that.

It’s very floating point dependent. When did you last update? We just had some changes that should make this show up much less often (DiffEqBase v6.15.2). @kanav99 may want to look at your MWE if it’s not fixed.

Can you check if this error is called at t = t0? If thats the case, the issue is known. In any case an example would be very helpful