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

Delete sample_distribution and change examples that use it #117

Closed dburov190 closed 4 years ago

dburov190 commented 4 years ago

This function https://github.com/dburov190/risk-networks/blob/8d8bbfc0b61621d9ef48df22b33251dd8f386b64/epiforecast/populations.py#L8

is only used by a couple old examples (simple_measurements.py and simulate_master_eqns.py); the function should be deleted and those examples should be changed to use the new syntax with TranslationRates directly.

odunbar commented 4 years ago

Seems to be used in some older examples simple_measurements.py and simulate_master_eqns.py

It may be that they should be updated.

dburov190 commented 4 years ago

yeah, that's what I was thinking I'll rename the issue then

dburov190 commented 4 years ago

Fixed by #136