We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> using ForwardDiff, LabelledArrays julia> SLVector(a=2.0,b=ForwardDiff.Dual(1,2)) 2-element SLArray{Tuple{2},Real,1,2,(:a, :b)}: 2.0 Dual{Nothing}(1,2)
The text was updated successfully, but these errors were encountered:
These should be using promote_type instead of just convert(T:
promote_type
convert(T
https://github.com/JuliaDiffEq/LabelledArrays.jl/blob/master/src/slarray.jl#L1-L19
Sorry, something went wrong.
So this is actually an issue in StaticArrays, see JuliaArrays/StaticArrays.jl#670, caused by generated functions.
StaticArrays
No branches or pull requests
The text was updated successfully, but these errors were encountered: