We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> # Read solution values for u pretty_table(table(u, :u, :car, :year)) ERROR: type Int64 has no field I Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] iterate(iter::CartesianIndices{2, Tuple{Base.OneTo{Int64}, Base.OneTo{Int64}}}, state::Int64) @ Base.IteratorsMD ./multidimensional.jl:402 [3] iterate(t::SparseVariables.SolutionTableDense, state::Int64) @ SparseVariables ~/code/SparseVariables.jl/src/tables.jl:92 [4] iterate @ ~/.julia/packages/Tables/fouQB/src/tofromdatavalues.jl:53 [inlined] [5] _preprocess_Tables_row(data::SparseVariables.SolutionTableDense, header::Nothing) @ PrettyTables ~/.julia/packages/PrettyTables/h6QBK/src/private.jl:107 [6] #_pretty_table#68 @ ~/.julia/packages/PrettyTables/h6QBK/src/private.jl:261 [inlined] [7] _pretty_table @ ~/.julia/packages/PrettyTables/h6QBK/src/private.jl:250 [inlined] [8] #pretty_table#60 @ ~/.julia/packages/PrettyTables/h6QBK/src/print.jl:702 [inlined] [9] pretty_table(data::SparseVariables.SolutionTableDense) @ PrettyTables ~/.julia/packages/PrettyTables/h6QBK/src/print.jl:700 [10] top-level scope @ REPL[54]:2
The text was updated successfully, but these errors were encountered:
This is due to a slight strange use of the iterate() function in PrettyTables with an easy fix. I will submit an issue (or a PR).
Sorry, something went wrong.
Submitted as a PR: ronisbr/PrettyTables.jl#182
Works on current PrettyTables.jl master.
No branches or pull requests
The text was updated successfully, but these errors were encountered: