You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add measurement of when service starts and its duration during the model run (`set_attribute("nurse_serve_start", ...` and `set_attribute("nurse_serve_length", ...`).
9
+
* Add count and wait time for unseen patients in the run results.
10
+
* Add tests for warm-up, unseen metrics, and logs.
11
+
* Add `arrivals` and `resources` to base case back test.
12
+
13
+
## Bug fixes
14
+
15
+
* Include all patients in the run results `arrivals` count (and not only those who completed the service).
16
+
* Include patients partway through service in the `mean_waiting_time` and `mean_service_time` (and not only those who completed the service).
17
+
* Use `devtools::install()` in `choosing_cores.Rmd` (required to get updated package for parallel processing).
0 commit comments