Skip to content

Commit 9b3c43d

Browse files
committed
remove separate var for op
1 parent d5899d4 commit 9b3c43d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/distributions/distribution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ def update(self, node: Node):
659659
@_moment.register(CustomSymbolicDistRV)
660660
def dist_moment(op, rv, *args):
661661
node = rv.owner
662-
op = node.op
663662
rv_out_idx = node.outputs.index(rv)
664663

665664
fgraph = op.fgraph.clone()

0 commit comments

Comments
 (0)