Skip to content

Commit

Permalink
Mention in all tutorials that there is an environment
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema committed Jul 25, 2024
1 parent 8f38026 commit ec6b9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/enzyme_kinetics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This part of the tutorial can be replicated by running
```bash
python calibrate_intrinsic_kinetics.py
```
located in `~/tutorials/enzyme_kinetics/`.
located in `~/tutorials/enzyme_kinetics/`. An environment containing the dependencies needed to run this tutorial is provided in `~/tutorial_env.yml`.

### Experiments and model equations

Expand Down
2 changes: 1 addition & 1 deletion docs/influenza_1718.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This tutorial can be replicated by running
```bash
python calibration.py
```
located in `~/tutorials/influenza_1718/`.
located in `~/tutorials/influenza_1718/`. An environment containing the dependencies needed to run this tutorial is provided in `~/tutorial_env.yml`.

## Data

Expand Down
2 changes: 1 addition & 1 deletion docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this tutorial, we'll use the simple SIR disease model without dimensions from
6. Visualize the goodness-of-fit
7. Perform a scenario analysis

By using a simple model, we can focus on the general workflow and on the most important functions of pySODM, which will be similar in the more advanced [enzyme kinetics](enzyme_kinetics.md) and [Influenza](influenza_1718.md) case studies available on this documentation website. This tutorial can be reproduced by running `~/tutorials/SIR/workflow_tutorial.py`
By using a simple model, we can focus on the general workflow and on the most important functions of pySODM, which will be similar in the more advanced [enzyme kinetics](enzyme_kinetics.md) and [Influenza](influenza_1718.md) case studies available on this documentation website. This tutorial can be reproduced by running `~/tutorials/SIR/workflow_tutorial.py`, an environment containing the dependencies needed to run this tutorial is provided in `~/tutorial_env.yml`.

### Import dependencies

Expand Down

0 comments on commit ec6b9cd

Please sign in to comment.