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

"KM" functions in `kinetic_model_helper` replicate functionality implemented elsewhere #31

Closed glwagner closed 4 years ago

glwagner commented 4 years ago

Many of the functions in this file:

https://github.com/dburov190/risk-networks/blob/2bb195ebedbe951dea40c1cbd0c81f62815d2c7e/epiforecast/kinetic_model_helper.py

appear to replicate functionality implemented elsewhere; for example, in

https://github.com/dburov190/risk-networks/blob/master/epiforecast/samplers.py

We should ensure that the same functions are used for the same functionality throughout the code.

glwagner commented 4 years ago

Resolved by #44