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.
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 linesol[:,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.