From 9382e9f9a09471c213d0418f8dbef41ed6c4dfb7 Mon Sep 17 00:00:00 2001 From: TomMonks Date: Sun, 18 May 2025 10:18:49 +0100 Subject: [PATCH 1/2] fix(12): typo in desc of arrival gen --- content/12_arrival_classes.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/12_arrival_classes.ipynb b/content/12_arrival_classes.ipynb index a224130..774e979 100644 --- a/content/12_arrival_classes.ipynb +++ b/content/12_arrival_classes.ipynb @@ -334,7 +334,7 @@ "source": [ "## 4. Arrivals generator\n", "\n", - "This is a standard arrivals generator. We create stroke arrivals according to their distribution." + "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." ] }, { From a3b4baea46d3fdb7bc9f60cd75231f1af81a377f Mon Sep 17 00:00:00 2001 From: TomMonks Date: Sun, 18 May 2025 10:20:05 +0100 Subject: [PATCH 2/2] docs(changes): + 12 arrival classes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6913b8a..374cdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `10_multiple_arrival_processes.ipynb`: simulating multiple arrivals classes each with their own distribution * `11_blocking.ipynb`: simulating the blocking of one resource while queuing for another. +* `12_arrival_classes.ipynb`: simulate unique processes for different classes of arrival to the model. * `distributions.py`: module containing some distributions to reduce code in notebooks. ## [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)