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
Reduce the Excessive Demand for TB Appointment Under the 'Max HealthSystem Functionality' Scenario Switch (#1400)
* edit ResourceFile_Improved_Healthsystem_And_Healthcare_Seeking
TB: rate_testing_general_pop removed as this refers to general population screening
NTP2019 update treatment_coverage to 99.99 for all years
Schisto:
delay until HSIs repeated was 0.999, should be integer value of 1 day (default is 5 days)
HSI_Tb_ScreeningAndRefer added condition if tested within last 2 weeks, do nothing
* replace 1 (delays in days) with 1.00001
The parameter type is defined as REAL, so this is the only way I've found to make Excel store it as a float (and not an int of 1 that would get coerned into a bool!).
Where this is used (line 944 in schisto.py) there is a coecision to int at the last minute so this should presevre the intended behaviour
* Update src/tlo/methods/tb.py
---------
Co-authored-by: Tim Hallett <[email protected]>
0 commit comments