Skip to content

Commit 9e22e3f

Browse files
authored
Merge pull request #11 from pythonhealthdatascience/class
chore: typo fix + docs updated
2 parents 8dd2fbd + a3b4bae commit 9e22e3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
* `10_multiple_arrival_processes.ipynb`: simulating multiple arrivals classes each with their own distribution
1313
* `11_blocking.ipynb`: simulating the blocking of one resource while queuing for another.
14+
* `12_arrival_classes.ipynb`: simulate unique processes for different classes of arrival to the model.
1415
* `distributions.py`: module containing some distributions to reduce code in notebooks.
1516

1617
## [v0.2.0 - 11/02/2024](https://github.com/pythonhealthdatascience/intro-open-sim/releases/tag/v0.2.0) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14849934.svg)](https://doi.org/10.5281/zenodo.14849934)

content/12_arrival_classes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"source": [
335335
"## 4. Arrivals generator\n",
336336
"\n",
337-
"This is a standard arrivals generator. We create stroke arrivals according to their distribution."
337+
"This is a typical arrivals generator. We walk-in arrivals according to their distribution (exponential) and we will then sample their class: trauma or non-trauma."
338338
]
339339
},
340340
{

0 commit comments

Comments
 (0)