SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
79 stars 13 forks source link

callback saves #120

Open ArnoStrouwen opened 1 year ago

ArnoStrouwen commented 1 year ago

If the system contains a callback, then additional values are saved to the solution? I think several of the snippets assume that no such extra values are present.

ChrisRackauckas commented 1 year ago

We would need to make sure that the callbacks all don't save, or error.