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
In particular, this affects the NLsolve package, e.g.,
using NLsolve
nlsolve(f!, x0, autodiff=:forward)
Since I think the reasonable expectation is that only the type and shape of the y array are going to be used in ForwardDiff.jacobian, I am reporting this here. If you do not think that the undefined case should be taken in account, I will post an issue for NLsolve instead.
The text was updated successfully, but these errors were encountered:
The method
throws
UndefRefError
wheny
contains undefined references.For example,
In particular, this affects the
NLsolve
package, e.g.,Since I think the reasonable expectation is that only the type and shape of the
y
array are going to be used inForwardDiff.jacobian
, I am reporting this here. If you do not think that the undefined case should be taken in account, I will post an issue forNLsolve
instead.The text was updated successfully, but these errors were encountered: