lvanhee / COVID-sim

27 stars 17 forks source link

Weird behaviour in testing spread #105

Open rmellema opened 4 years ago

rmellema commented 4 years ago

The switches test-home-of-confirmed-people? and test-workplace-of-confirmed-people? are only used in update-epistemic-status, but no in perform-test. This means that, if an agent gets tested and it is found out that they are sick, their colleagues and housemates are not tested, but if they believe they are infected, their colleagues and housemates will get tested.

To me this looks like unexpected behaviour, and this should probably be rectified.

lvanhee commented 4 years ago

Good analysis, thanks!