We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epimargin/epimargin/policy.py
Line 274 in 7170f5f
model.S here is int if model: SIR.
model.S
int
model: SIR
SIR
Line 180 in 7170f5f
May be you meant model: NetworkedSIR instead of model: SIR?
model: NetworkedSIR
The text was updated successfully, but these errors were encountered:
called mean on int
mean
267005f
potential fix: COVID-IWG#127
Fixes to return type of function
f20d567
COVID-IWG#127
more type fixes in policy.py
7f94442
related to COVID-IWG#127
No branches or pull requests
epimargin/epimargin/policy.py
Line 274 in 7170f5f
model.S
here isint
ifmodel: SIR
.SIR
is treated as indexableepimargin/epimargin/policy.py
Line 180 in 7170f5f
May be you meant
model: NetworkedSIR
instead ofmodel: SIR
?The text was updated successfully, but these errors were encountered: