Skip to content

Commit 69719ee

Browse files
committed
Remove unused Model.ndim
1 parent db8bb20 commit 69719ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pymc/model.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,6 @@ def root(self):
605605
def isroot(self):
606606
return self.parent is None
607607

608-
@property
609-
def ndim(self):
610-
return sum(var.ndim for var in self.value_vars)
611-
612608
def logp_dlogp_function(self, grad_vars=None, tempered=False, **kwargs):
613609
"""Compile an Aesara function that computes logp and gradient.
614610

0 commit comments

Comments
 (0)