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

Is simulation_investigation.py used? #118

Closed dburov190 closed 4 years ago

dburov190 commented 4 years ago

Is this file https://github.com/dburov190/risk-networks/blob/master/epiforecast/simulation_investigation.py

used anywhere? from search results it seems like it's not used anywhere. If so, we should delete it.

lubo93 commented 4 years ago

In the current code version we don't need it anymore. I used simulation.py and simulation_investigation.py in the past to avoid any direct import of EoN. Since the results are reproducible without having a standalone simulation_investigation.py, we can delete this file.