AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

Add and use a custom `Constant` `Distribution` #88

Closed brandonwillard closed 3 years ago

brandonwillard commented 3 years ago

This PR fixes some issues with pymc3.Constant (e.g. wrong dtypes, a bug that appears when bounds checking is disabled) by way of a custom implementation.