Skip to content

Commit b4543f5

Browse files
committed
docs(log): update log
1 parent 216a6df commit b4543f5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/log.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,4 +785,18 @@ The template has lots going on in this regard, with fixing for utilisation and s
785785

786786
## Probability of delay plot
787787

788-
Add code to generate Figure 3, and included explanation of how we can determine probability of delay based on the frequencies and cumulative frequencies.
788+
Add code to generate Figure 3, and included explanation of how we can determine probability of delay based on the frequencies and cumulative frequencies.
789+
790+
## Multiple replications & results output by the model
791+
792+
When running scenarios in the paper, the model was run with 150 replications. Used the python template to add a `Runner` class to execute this.
793+
794+
This took 26 seconds, so implemented with option for parallel execution.
795+
796+
I need to output the occupancy frequencies / probability of delay for each replication, so moved this code into the package.
797+
798+
## Linting and testing
799+
800+
Had been a while since linted, so did that.
801+
802+
This raised some errors in tests, which I hadn't run in ages, and these were no longer working properly.

0 commit comments

Comments
 (0)