Sijin Zhang

Results 3 issues of Sijin Zhang

Hi JUNE developers: There are lines of codes defining the probability of person who recovers in the ward (see [Link](https://github.com/IDAS-Durham/JUNE/blob/75ae863fecb64f5d9adcd71d13fe6c2455ea17e8/june/epidemiology/infection/health_index/health_index.py#L191) for details), for example, ``` p[population][sex][age][3] = ( hospital_rate -...

Hi @ayushchopra96 I am just checking the codes [here](https://github.com/AgentTorch/AgentTorch/blob/master/agent_torch/models/covid/substeps/seirm_progression/transition.py), and according to my understanding: ``` recovered_and_dead_mask = (current_stages == self.INFECTED_VAR) * ( current_transition_times

Hi @ayushchopra96 For running the example in [covid](https://github.com/AgentTorch/AgentTorch/blob/master/agent_torch/models/covid/main.py), seems the following files are missing ? Can you please advice where those files can be created ? Thank you. ``` agent_id_file:...