tapios / risk-networks

Code for risk networks: a blend of compartmental models, graphs, data assimilation and semi-supervised learning
Other
2 stars 2 forks source link

simulate_idealized_NYC_epidemic.py does not run #105

Closed glwagner closed 4 years ago

glwagner commented 4 years ago

It produces this error:

(risknet) ~/Projects/risk-networks/examples$ python3 simulate_idealized_NYC_epidemic.py 
Traceback (most recent call last):
  File "simulate_idealized_NYC_epidemic.py", line 138, in <module>
    static_population_network = contact_network)
TypeError: __init__() got an unexpected keyword argument 'patient_capacity'

I suggest that we nuke this example, as there are several similar examples for an NYC epidemic.

glwagner commented 4 years ago

Hmm, this was my mistake --- it does run on master.