Order of rewrites is only respected if kwarg position
is used
#170
Labels
bug
Something isn't working
good first issue
Good for newcomers
graph rewriting
Involves the implementation of rewrites to Aesara graphs
help wanted
Extra attention is needed
I could be wrong, but when working on pymc-devs/pymc#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:
aeppl/aeppl/rewriting.py
Lines 234 to 236 in 8ce3c63
Should be:
The text was updated successfully, but these errors were encountered: