ryansmcgee / seirsplus

Models of SEIRS epidemic dynamics with extensions, including network-structured populations, testing, contact tracing, and social distancing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G is assigned to self.Q instead of Q in __init__

tomermilo opened this issue · comments

I think you have a problem in raw 522:
it should be: self.update_Q(Q)
and not: self.update_Q(G)

You are correct, this has been fixed! Thanks for raising this issue.