CityScope/CS_Proxymix

Episode 1 - B

Closed this issue · 0 comments

I am curious about the number in Episode B at the end of the simulation there is 0 medium and High I think this is too much.

I am wandering which parameters should be change ?
Also they are distanced by 2m
Right now we have 100% people wearing mask and the diminution factor is 0.8

if myself.has_mask {
  direct_infection_factor_real <- direct_infection_factor_real * (1 - diminution_infection_risk_mask);
}

@ptaillandier what do you think?