You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #75fill(v::CategoricalArrays.CategoricalValue{T}, dims::Tuple{Vararg{Integer, N}}) where {T, N} @ CategoricalArrays ~/.julia/packages/CategoricalArrays/0yLZN/src/array.jl:505fill(v, dims::Tuple{}) @ Base array.jl:585
Possible fix, define
fill(::CategoricalArrays.CategoricalValue{T}, ::Tuple{}) where T
I would appreciate your attention to this issue.
The text was updated successfully, but these errors were encountered:
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:
I would appreciate your attention to this issue.
The text was updated successfully, but these errors were encountered: