Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential type instability in read #19

Open
anirudh2 opened this issue Oct 3, 2022 · 1 comment
Open

Potential type instability in read #19

anirudh2 opened this issue Oct 3, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@anirudh2
Copy link
Member

anirudh2 commented Oct 3, 2022

No description provided.

@anirudh2 anirudh2 self-assigned this Oct 3, 2022
@hopeyen
Copy link

hopeyen commented Sep 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants