-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
Type instability in hessian when interpolating a 3D field #469
Comments
touste
changed the title
Type instability in hessian when interpolation a 3D field
Type instability in hessian when interpolating a 3D field
Dec 13, 2021
Are you sure this is related? I see the same issue in 1.6.4 and 1.5.4 |
Merged
That was fast! Thank you very much for fixing this. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, see the following MWE:
This gives a type instability on the
wis
variable:wis::Tuple{Tuple{Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}}, Tuple{Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}}, Tuple{Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}}, Tuple{Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}}, Tuple{Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}, Interpolations.WeightedAdjIndex{3, Float64}}, Vararg{Any}}
This in turn leads to a return type
Any
for the function.The text was updated successfully, but these errors were encountered: