AmpersandTV / pymc3-hmm

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

Remove conditioning in distribution_subset_args #92

Closed jeffreyenos closed 2 years ago

jeffreyenos commented 2 years ago

This PR removes the point argument and related conditioning logic from distribution_subset_args to avoid the potential name conflicts described in #91.

Closes #91.