Skip to content

Commit 277374a

Browse files
authored
clarify LArray module
This was causing problems with Revise.
1 parent b98e4c5 commit 277374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function __init__()
2525
end
2626

2727
@require LabelledArrays="2ee39098-c373-598a-b85f-a56591580800" begin
28-
ismutable(::Type{LArray{T,N,Syms}}) where {T,N,Syms} = ismutable(T)
28+
ismutable(::Type{LabelledArrays.LArray{T,N,Syms}}) where {T,N,Syms} = ismutable(T)
2929
end
3030

3131
@require Flux="587475ba-b771-5e3f-ad9e-33799f191a9c" begin

0 commit comments

Comments
 (0)