Skip to content
Snippets Groups Projects

MAINT: add compatibility with pymc_v5

Merged Colm Talbot requested to merge support-pymc5 into master
All threads resolved!
@@ -140,7 +140,7 @@ class Pymc(MCMCSampler):
import aesara.tensor as tt
from aesara.compile.ops import as_op # noqa
return pytensor, tt, as_op
return tensor, tt, as_op
def _verify_parameters(self):
"""
Loading