Skip to content

Commit

Permalink
removed measurable rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke LB committed Jul 17, 2023
1 parent 7e4909a commit 4bc5077
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pymc/logprob/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,12 +720,6 @@ def find_measurable_transforms(fgraph: FunctionGraph, node: Node) -> Optional[Li
"transform",
)

measurable_ir_rewrites_db.register(
"measurable_general_exp_to_exp",
measurable_general_exp_to_exp,
"basic",
"transform",
)

measurable_ir_rewrites_db.register(
"find_measurable_transforms",
Expand Down

0 comments on commit 4bc5077

Please sign in to comment.