Skip to content
Merged

Dev #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ authors:
repository-code: >-
https://github.com/pythonhealthdatascience/pydesrap_stroke
abstract: >-
Applying the Python DES RAP Template to the Stroke Capacity Planning Model
from Monks et al. 2016.
Reproducible analytical pipeline (RAP) for python discrete-event simulation
(DES) implementing the Stroke Capacity Planning Model from Monks et al. 2016.
license: MIT
version: '0.1.0'
date-released: '2025-06-02'
2 changes: 1 addition & 1 deletion docs/stress_des.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Answers to this checklist, and the diagram used, are copied and/or adapted from
| **5.3 Model execution**<br>State the event processing mechanism used e.g. three phase, event, activity, process interaction.<br>*Note that in some commercial software the event processing mechanism may not be published. In these cases authors should adhere to item 5.1 software recommendations.*<br>State all priority rules included if entities/activities compete for resources.<br>If the model is parallel, distributed and/or use grid or cloud computing, etc., state and preferably reference the technology used. For parallel and distributed simulations the time management algorithms used. If the HLA is used then state the version of the standard, which run-time infrastructure (and version), and any supporting documents (FOMs, etc.) | `simpy` implements a process based simulation worldview. |
| **5.4 System specification**<br>State the model run time and specification of hardware used. This is particularly important for large scale models that require substantial computing power. For parallel, distributed and/or use grid or cloud computing, etc. state the details of all systems used in the implementation (processors, network, etc.) | Intel Core i7-12700H with 32GB RAM running Ubuntu 24.04.1 Linux. |
| **Code access** |
| **6.1 Computer model sharing statement**<br>Describe how someone could obtain the model described in the paper, the simulation software and any other associated software (or hardware) needed to reproduce the results. Provide, where possible, the link and DOIs to these. | TODO. |
| **6.1 Computer model sharing statement**<br>Describe how someone could obtain the model described in the paper, the simulation software and any other associated software (or hardware) needed to reproduce the results. Provide, where possible, the link and DOIs to these. | Code is provided in https://github.com/pythonhealthdatascience/pydesrap_stroke, and archived on Zenodo: https://doi.org/10.5281/zenodo.15574906 |
4 changes: 2 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stroke-rap-python
name: pydesrapstroke
channels:
- conda-forge
dependencies:
Expand All @@ -19,6 +19,6 @@ dependencies:
- rich=13.9.4
- simpy=4.1.1
- pip:
- kaleido==0.2.1
- kaleido==1.0.0
- sim-tools==0.8.0
- -e .[dev]
4 changes: 2 additions & 2 deletions notebooks/analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5649,7 +5649,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Notebook run time: 0m 10s\n"
"Notebook run time: 0m 16s\n"
]
}
],
Expand All @@ -5665,7 +5665,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "stroke-rap-python",
"display_name": "pydesrapstroke",
"language": "python",
"name": "python3"
},
Expand Down
Binary file modified outputs/figure1_asu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outputs/figure1_rehab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outputs/figure3_asu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outputs/figure3_rehab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.