-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In Julia v1.10, I used Aqua to detect method ambiguities in my package impICNF/ContinuousNormalizingFlows.jl#356 and some of its report were related to this package:
Ambiguity #66
copyto!(x::AbstractArray{<:Any, N}, C::LazyArrays.Cumsum{<:Any, N}) where N @ LazyArrays ~/.julia/packages/LazyArrays/8MqhP/src/lazyoperations.jl:438
copyto!(dest::PermutedDimsArray{T, N}, src::AbstractArray{T, N}) where {T, N} @ Base.PermutedDimsArrays permuteddimsarray.jl:230
Possible fix, define
copyto!(::PermutedDimsArray{T, N}, ::LazyArrays.Cumsum{T, N}) where {T, N}
Ambiguity #69
copyto!(x::AbstractArray{<:Any, N}, C::LazyArrays.Cumsum{<:Any, N}) where N @ LazyArrays ~/.julia/packages/LazyArrays/8MqhP/src/lazyoperations.jl:438
copyto!(dest::PermutedDimsArray, src::AbstractArray) @ Base.PermutedDimsArrays permuteddimsarray.jl:234
Possible fix, define
copyto!(::PermutedDimsArray{T, N} where T, ::LazyArrays.Cumsum{T, N} where T) where N
I would appreciate your attention to this issue.
Metadata
Metadata
Assignees
Labels
No labels