Skip to content

Commit

Permalink
Minor semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
arindamsaha1507 committed Dec 1, 2023
1 parent e38d985 commit 8b8c44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facs/base/location.py
Expand Up @@ -49,7 +49,7 @@ def register_visit(self, e, person, need, deterministic):
visit_time = self.avg_visit_time
if person.status == "dead":
return
elif person.status == "infectious":
if person.status == "infectious":
visit_time *= (
e.self_isolation_multiplier
) # implementing case isolation (CI)
Expand Down

0 comments on commit 8b8c44f

Please sign in to comment.