SciML / SciML/EasyModelAnalysis.jl

Ensemble example broken

Open
#216 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
87
Forks
14
Avg merge
21h 12m
Merged PRs (30d)
19

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the ensemble modeling tutorial at the linked documentation page and run the example containing sol[:,S]. Confirm the reported SymbolicUtils indexing error, then update the tutorial so the ensemble example works as documented and verify the corrected example runs successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
documentation
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.