-
Notifications
You must be signed in to change notification settings - Fork 148
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
lu
seems to be ambiguous on Julia Nightly
#920
Comments
Just to add - I see an ambiguous
|
Merged
#921 should fix this. |
Merged
mateuszbaran
added a commit
that referenced
this issue
Jun 20, 2021
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 1, 2021
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 1, 2021
thchr
pushed a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 8, 2021
* Fix JuliaArrays#920 * if needs to be static * bump version
thchr
added a commit
to thchr/StaticArrays.jl
that referenced
this issue
Jul 8, 2021
…ties for `lu` (JuliaArrays#932) * fix `qr` method ambiguities (JuliaArrays#931) and lingering `lu` ambiguities (JuliaArrays#920) * fix inferrence issues due to using `@invoke` for `lu` keyword arguments * bump version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes I check our Nightly, when they error and I noticed here that the current
lu
decomposition for5x5
(but not for4x4
,3x3
or2x2
) seems to be ambiguous currently?This seems to come originally from our matrix exponential call here.
The text was updated successfully, but these errors were encountered: