Skip to content

Commit

Permalink
CODE: update of code nb
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMonks committed Jun 28, 2022
1 parent b276d88 commit 1023a73
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 191 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >- # this means to ignore newlines until "baseurl:"
only_build_toc_files: false

execute:
execute_notebooks: 'cache' #cache output from .ipynb files for faster build
execute_notebooks: 'force' #cache output from .ipynb files for faster build
timeout: -1 #no time restriction on notebook execution

repository:
Expand Down
4 changes: 2 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ parts:
- file: content/01_introduction/03_citation
- caption: Model code
chapters:
- file: content/02_model_code/01_summary
- file: content/02_model_code/02_simpy
- file: content/02_model_code/03_problem
- file: content/02_model_code/02_simpy
- file: content/02_model_code/01_summary
- file: content/02_model_code/04_model
- caption: STRESS Reporting
chapters:
Expand Down
5 changes: 4 additions & 1 deletion content/02_model_code/02_simpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ One of the benefits of a package like `simpy` is that it is written in standard
* For research this is highly beneficial:
* models and methods tested against them can be shared without concerns for commerical licensing.
* experimental results (either from model or method) can be recreated by other research teams.
* The version of `simpy` in use can also be controlled. This avoids backwards compatibility problems if models are returned to after several years.

* The version of `simpy` in use can also be controlled. This avoids backwards compatibility problems if models are returned to after several years.

> Detailed documentation for `simpy` and additional models can be found here: https://simpy.readthedocs.io/en/latest/
Loading

0 comments on commit 1023a73

Please sign in to comment.