Rename autodiff L_op and R_op methods to pull_back and push_forward#1983
Rename autodiff L_op and R_op methods to pull_back and push_forward#1983ricardoV94 wants to merge 4 commits intopymc-devs:v3from
Conversation
680c62d to
dfacf05
Compare
08e6493 to
a7b636a
Compare
|
Did you ever see this one @jessegrabowski |
|
No, but looks like an overly strict check somewhere? Like its doing |
|
Maybe a new version of scipy thing? |
|
I haven't seen it fail in other CI. Does it have random numbers in it? |
a7b636a to
a7200ac
Compare
a7200ac to
2409f4a
Compare
|
You are sometimes adding/renaming a fourth argument with different names: |
If this sounds good to go otherwise then I would merge and gladly take your cleanup after |
|
wanna depreciate the |
Closes #182
L_op -> pull_back
R_op -> push_forward
push_forward: takes outputs as well (consistent signature with L_op)
push_forward: Uses DisconnectType instead of None (used to be the same in L_op, but they changed after a while)
Claude generated