Overriding quar_period to None for contact tracing
mccraebears opened this issue · 2 comments
mccraebears commented
On line 876 of covasim/interventions.py
, the initialization sets self.quar_period = None
. However, quar_period
is an optional input argument, which defaults to None
. Should it instead be self.quar_period = quar_period
?
covasim/covasim/interventions.py
Line 876 in a55a849
cliffckerr commented
Thank you @mccraebears -- confirming that this is a bug, which will be fixed in our 2.0.0 release slated for release next week.
cliffckerr commented
Fixed in version 2.0 (now released)