Avoid runtime broadcast error due to dot_to_mul rewrite#1783
Avoid runtime broadcast error due to dot_to_mul rewrite#1783ricardoV94 merged 2 commits intopymc-devs:mainfrom
Conversation
|
@tomicapretto or @ivanistheone, could either of you check if the patch fixes the original problem? You may need to apply the changes locally because there are probably other major breaking changes in pytensor main related to pymc/bambi |
e945e92 to
c90954f
Compare
c90954f to
207cd82
Compare
|
@ricardoV94 yes, I'll reply in a moment |
Everything worked fine after when latest pymc, bambi and
I had to add |
|
Great |
There was a problem hiding this comment.
I confirm I can run the original example, shared in the issue, without problem (after adjusting one import)..
Thanks @ricardoV94 !
For convenience also allow Ellipsis in
specify_shape.Closes #1782