CDCgov / PyRenew

Python package for multi-signal Bayesian renewal modeling with JAX and NumPyro.
https://cdcgov.github.io/PyRenew/
Apache License 2.0
14 stars 3 forks source link

Clean Up `InfectionInitializationMethod` and `InfectionInitializationProcess` #433

Open damonbayer opened 2 months ago

damonbayer commented 2 months ago

These modules do not conform to our current standards with respect to variable names and return types. Additional, I am considering removing the InfectionInitializationProcess class, as I think it may be an unnecessary level of abstraction.

damonbayer commented 1 month ago

Further support for removing the class here.