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
This came up in JuliaDiff/ChainRules.jl#182, where rrule_test fails because one of the args equals :U. _make_fdm_call seems to evaluate that argument as a variable U, which does not exist.
The text was updated successfully, but these errors were encountered:
This came up in JuliaDiff/ChainRules.jl#182, where
rrule_test
fails because one of the args equals:U
._make_fdm_call
seems to evaluate that argument as a variableU
, which does not exist.The text was updated successfully, but these errors were encountered: