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
Pushforward dvals in the ranges forward rule (#1663)
* Pushforward dvals in the ranges forward rule
I just realized before it merged that we're actually missing a part of the pushforward here. Even though the solution to the derivative is just the range itself, we forgot to multiply it by the dval to pushforward the derivative. It implicitly had it as one, calculating the derivative, instead of the full pushforward. The test should be updated to catch this.
* Test dual propagation
Changes the inputs to be the same but have another operation
* fix and test batch rules and format
0 commit comments