You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contact_network is being passed into find_observation_states but is never used; is this a bug (and it should be used in some way) or is it safe to remove contact_network from the argument list?
The text was updated successfully, but these errors were encountered:
I'd say the cleanest way is to simply delete it here and when (and if!) we ever need it, implement it then. Chances are, we'll never need it, and having an argument in a function that's never used is confusing.
Here
https://github.com/dburov190/risk-networks/blob/8d8bbfc0b61621d9ef48df22b33251dd8f386b64/epiforecast/measurements.py#L136-L139
contact_network
is being passed intofind_observation_states
but is never used; is this a bug (and it should be used in some way) or is it safe to removecontact_network
from the argument list?The text was updated successfully, but these errors were encountered: