In the SIR model, a gamma of 0.0, which implies infinitely durable zombies, is hanging the server version. This is because of a divide by zero error in calculating R0. There should be some checking (no negative numbers for beta or gamma, gamma > 0, etc.) in all models, but the R0 calculation should probably be outright removed for now, as it's not being used.
In the SIR model, a gamma of 0.0, which implies infinitely durable zombies, is hanging the server version. This is because of a divide by zero error in calculating R0. There should be some checking (no negative numbers for beta or gamma, gamma > 0, etc.) in all models, but the R0 calculation should probably be outright removed for now, as it's not being used.