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
currently causes a stack overflow (because it tries to construct a Point with a Float64 and an Int).
SVector currently handles this by promoting the arguments. Should FieldVector do something similar, or is there a fundamental issue with the design of FieldVector that prevents this?
currently causes a stack overflow (because it tries to construct a
Point
with aFloat64
and anInt
).SVector
currently handles this by promoting the arguments. ShouldFieldVector
do something similar, or is there a fundamental issue with the design ofFieldVector
that prevents this?This can cause confusing errors, e.g. calculating the jacobian with ForwardDiff of the function here: JuliaDiff/ForwardDiff.jl@d953ba0#diff-30d7dfc19018c9a0eb3e06548b8d98eeR185 can cause a stack overflow because of this. (JuliaDiff/ForwardDiff.jl#307)
The text was updated successfully, but these errors were encountered: