AmpersandTV / pymc3-hmm

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

Revert conditional Aesara imports #107

Closed brandonwillard closed 2 years ago

brandonwillard commented 2 years ago

This PR removes the generalizations that use Aesara over Theano when both are present. This functionality makes it unnecessarily difficult to use both libraries in tandem with pymc3-hmm, and, since this project is pretty specific to PyMC3 (especially in name) and PyMC3 is necessarily specific to Theano, we should revert this functionality for now.