You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for making ndlib it is great.
Describe the bug
The infection rate depends on the number of infected neighbors (tp_rate) but while this is implemented in the modes SI, SIS and SEIR this is not implemented in SIR or SWIR. To that extent, tp_rate is even declared in the SIRmodel (
First of all, thank you for making
ndlib
it is great.Describe the bug
The infection rate depends on the number of infected neighbors (
tp_rate
) but while this is implemented in the modesSI
,SIS
andSEIR
this is not implemented inSIR
orSWIR
. To that extent,tp_rate
is even declared in theSIR
model (ndlib/ndlib/models/epidemics/SIRModel.py
Line 31 in 5493bbb
tp_rate
, so the behaviour is inconsistent among otherwise similar models.To Reproduce
Steps to reproduce the behavior:
Expected behavior
To use
tp_rate
throughout and allow the user to set it (if needed).The text was updated successfully, but these errors were encountered: