You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: