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
Error showing value of type SpecialMatrices.Companion{Int64}:
ERROR: MethodError:isassigned(::SpecialMatrices.Companion{Int64}, ::Int64, ::Int64) is ambiguous. Candidates:isassigned(C::SpecialMatrices.Companion, i, j) at /home/jkersulis/.julia/v0.5/SpecialMatrices/src/companion.jl:18isassigned(a::AbstractArray, i::Int64...) at abstractarray.jl:185inalignment(::IOContext{Base.Terminals.TTYTerminal}, ::SpecialMatrices.Companion{Int64}, ::Array{Int64,1}, ::Array{Int64,1}, ::Int64, ::Int64, ::Int64) at ./show.jl:1277inprint_matrix(::IOContext{Base.Terminals.TTYTerminal}, ::SpecialMatrices.Companion{Int64}, ::String, ::String, ::String, ::String, ::String, ::String, ::Int64, ::Int64) at ./show.jl:1407inprint_matrix(::IOContext{Base.Terminals.TTYTerminal}, ::SpecialMatrices.Companion{Int64}, ::String, ::String, ::String) at ./show.jl:1379in#showarray#330(::Bool, ::Function, ::IOContext{Base.Terminals.TTYTerminal}, ::SpecialMatrices.Companion{Int64}, ::Bool) at ./show.jl:1618indisplay(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, ::MIME{Symbol("text/plain")}, ::SpecialMatrices.Companion{Int64}) at ./REPL.jl:132indisplay(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, ::SpecialMatrices.Companion{Int64}) at ./REPL.jl:135indisplay(::SpecialMatrices.Companion{Int64}) at ./multimedia.jl:143inprint_response(::Base.Terminals.TTYTerminal, ::Any, ::Void, ::Bool, ::Bool, ::Void) at ./REPL.jl:154inprint_response(::Base.REPL.LineEditREPL, ::Any, ::Void, ::Bool, ::Bool) at ./REPL.jl:139in (::Base.REPL.##22#23{Bool,Base.REPL.##33#42{Base.REPL.LineEditREPL,Base.REPL.REPLHistoryProvider},Base.REPL.LineEditREPL,Base.LineEdit.Prompt})(::Base.LineEdit.MIState, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Bool) at ./REPL.jl:652inrun_interface(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface) at ./LineEdit.jl:1579inrun_frontend(::Base.REPL.LineEditREPL, ::Base.REPL.REPLBackendRef) at ./REPL.jl:903inrun_repl(::Base.REPL.LineEditREPL, ::Base.##930#931) at ./REPL.jl:188in_start() at ./client.jl:360
Can anyone else reproduce this?
The text was updated successfully, but these errors were encountered:
That did it, thanks! There should probably be a note about this in the README, since that error message didn't suggest it was a version incompatibility issue.
In the REPL, the line
throws this error:
Can anyone else reproduce this?
The text was updated successfully, but these errors were encountered: