-
Notifications
You must be signed in to change notification settings - Fork 227
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
Optim.jl
Causes a Strange Type Instability in norm
#283
Comments
I'm thinking JuliaLang/julia#18465 JuliaLang/julia#18449 perhaps? |
yes, it is fixed in the nightly. |
Well... yeah... Good to know it is fixed at least :) |
Before closing here, can we wait until it is clear that 0.5 will backport the fix? |
Yes, let's keep it open. |
Well, there doesn't seem to be any 0.5.x before 0.6.0. It's fixed on v0.6 so I guess I might as well just close this, as v0.6 should be "just around the corner". |
Output is
Comments:
vecnorm2
the type ofr
is inferred correctly.import Optim
first, then the type is also inferred correctly.v0.5-rc4
, but not onv0.4.6
Optim
master
as well as the current release.The text was updated successfully, but these errors were encountered: