Skip to content

Commit

Permalink
fix typo in method name
Browse files Browse the repository at this point in the history
  • Loading branch information
aerubanov committed Feb 22, 2024
1 parent b38ac07 commit 3bb5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/distributions/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@


class FiniteLogpPointRewrite(GraphRewriter):
def rewrite_finet_logp_point_scan_node(self, node):
def rewrite_finite_logp_point_scan_node(self, node):
if not isinstance(node.op, Scan):
return

Expand Down

0 comments on commit 3bb5b5b

Please sign in to comment.