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
julia>using AbstractDifferentiation, ForwardDiff
julia> AD = AbstractDifferentiation
AbstractDifferentiation
julia> ad = AD.ForwardDiffBackend()
AbstractDifferentiation.ForwardDiffBackend{Nothing}()
julia> AD.jacobian(ad, (x, y) ->sum(x .+ y), randn(2), randn(1)) # (!!!) Result should not be tuple of inputs!
(1.0, 2.0)
Environment
The text was updated successfully, but these errors were encountered: