You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could be wrong, but when working on #6072, it seemed that the order of the rewrites in the database is only respected when using the kwarg position. Otherwise it seems to be ignored, and only the order of definition matters.
We should probably also leave an offset between pre-canonicalize and measurable_ir_rewrites (both are supposed to be at -10) in case anyone wants to introduce rewrites between those two phases.
The text was updated successfully, but these errors were encountered:
Description
I could be wrong, but when working on #6072, it seemed that the order of the rewrites in the database is only respected when using the kwarg
position
. Otherwise it seems to be ignored, and only the order of definition matters.So:
pymc/pymc/logprob/rewriting.py
Line 263 in e0d25c8
Should be:
We should probably also leave an offset between
pre-canonicalize
andmeasurable_ir_rewrites
(both are supposed to be at -10) in case anyone wants to introduce rewrites between those two phases.The text was updated successfully, but these errors were encountered: