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
Hey, encountered this issue on AllocationOptimizer.jl when an indexer has empty allocations, as Julia will assign a generic type to the vector but there's no corresponding method for flexTable
MethodError: no method matching flextable(::Vector{Any})
Closest candidates are:
flextable(::NamedTuple) at ~/.julia/packages/TheGraphData/SW6v8/src/data.jl:44
flextable(::CSV.File) at ~/.julia/packages/TheGraphData/SW6v8/src/data.jl:43
flextable(::AbstractVector{D}) where D<:Dict at ~/.julia/packages/TheGraphData/SW6v8/src/data.jl:38
No description provided.
The text was updated successfully, but these errors were encountered: