SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

Ensemble example broken #216

Open jClugstor opened 1 year ago

jClugstor commented 1 year ago

In the tutorial for ensemble modeling (https://docs.sciml.ai/EasyModelAnalysis/stable/tutorials/ensemble_modeling/) it states that "We can access the 3 solutions as sol[i] respectively. Let's get the time series for S from each of the models: sol[:,S]. However, the line sol[:,S] doesn't work when I run it, it gives an error message: ArgumentError: invalid index: S(t) of type SymbolicUtils.BasicSymbolic{Real}

I'm not sure, but I'm thinking this is a problem with ensemble problems in general, but I'll leave this here as well.

ChrisRackauckas commented 1 year ago

@oscardssmith did that never get finished?

oscardssmith commented 1 year ago

I'm pretty sure this worked at some point.

jClugstor commented 1 year ago

I tried it on a different machine, still didn't work. Doing sol[1][S] does work though.