Jonathan Fischer

Results 12 issues of Jonathan Fischer

# Problem - When plotting with: ```julia ensemble_summary = EnsembleSummary(sim) plot(ensemble_summary; idxs = 1) ``` the resulting plot includes all state variables rather than just the first. - Doesn't work...

bug

## `remake` doesn't copy the `MTKParameters` object, unless new parameters are passed directly - If a new problem is made with `newprob = remake(odeprob)`, any mutations to `newprob.p` will affect...

bug