InstituteforDiseaseModeling/covasim

Overriding quar_period to None for contact tracing

mccraebears opened this issue · 2 comments

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?

self.quar_period = None #: If quar_period is None, it will be drawn from sim.pars at initialization

Thank you @mccraebears -- confirming that this is a bug, which will be fixed in our 2.0.0 release slated for release next week.

Fixed in version 2.0 (now released)