Hello!
I am working on simulations related to spiking neuron networks (with discontinuous models, like LIF, and possible delays), and I have run into several problems with callbacks in DifferentialEquations.jl.
I opened 2 bug reports:
VectorContinuousCallbackis being skipped sometimes when integrating an ODE: VectorContinuousCallback is skipped · Issue #1123 · SciML/DifferentialEquations.jl · GitHubPresetTimeCallbackis being skipped sometimes when integrating a DDE with certain constant lags: PresetTimeCallback skipped for certain constant lags in DDEs · Issue #1124 · SciML/DifferentialEquations.jl · GitHub
I’d be pretty happy to help to debug/fix these issues, but some pointers as to where to look or start would be very helpful (and hence I am opening this thread).
Thanks a lot (for the awesome DifferentialEquations.jl :))