We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b98e4c5 + 277374a commit 149a27fCopy full SHA for 149a27f
src/ArrayInterface.jl
@@ -25,7 +25,7 @@ function __init__()
25
end
26
27
@require LabelledArrays="2ee39098-c373-598a-b85f-a56591580800" begin
28
- ismutable(::Type{LArray{T,N,Syms}}) where {T,N,Syms} = ismutable(T)
+ ismutable(::Type{LabelledArrays.LArray{T,N,Syms}}) where {T,N,Syms} = ismutable(T)
29
30
31
@require Flux="587475ba-b771-5e3f-ad9e-33799f191a9c" begin
0 commit comments