We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c078e8 commit 953cb7fCopy full SHA for 953cb7f
pymc_experimental/model/marginal_model.py
@@ -84,7 +84,7 @@ class MarginalModel(Model):
84
def __init__(self, *args, **kwargs):
85
super().__init__(*args, **kwargs)
86
self.marginalized_rvs = []
87
- self._marginalized_named_vars_to_dims = treedict()
+ self._marginalized_named_vars_to_dims = {}
88
89
def _delete_rv_mappings(self, rv: TensorVariable) -> None:
90
"""Remove all model mappings referring to rv
0 commit comments