Closed mghosh00 closed 3 months ago
Not sure if this is an issue or not, as in the wiki it states that icdf can return the value of 0. This does mean that some people transition from Susceptible -> Exposed -> Infect_{*} in one time step. This can be changed if necessary.
This currently replicates behaviour from CovidSim - while I appreciate the concern I think that the is insufficent evidence to disprove the assertion that this transition may occur (with some small probability). While this is worth bearing in mind for future reporting methods, I will resolve this issue on that basis
Describe the bug In line 56 of inverse_cdf.py (icdf_choose_no_exp), we have discovered that some people (potentially erroneously) return a value of 0. This implies that their transition time between statuses is equal to 0 and so the person will transition between multiple statuses in the same time step.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour No person should step through multiple statuses in the same time step
Desktop (please complete the following information):