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
julia>using RANSAC
julia>exportJSON(stdout, [])
ERROR: MethodError: no method matching toDict(::Array{Any,1})
Closest candidates are:toDict(::FittedShape) at C:\Users\Laci\.julia\dev\RANSAC\src\json.jl:10toDict(::ShapeCandidate) at C:\Users\Laci\.julia\dev\RANSAC\src\json.jl:18toDict(::ScoredShape) at C:\Users\Laci\.julia\dev\RANSAC\src\json.jl:20...
Stacktrace:
[1] exportJSON(::Base.TTY, ::Array{Any,1}) at C:\Users\Laci\.julia\dev\RANSAC\src\json.jl:58
[2] top-level scope at REPL[2]:1
The text was updated successfully, but these errors were encountered:
cserteGT3
changed the title
empty array can't b exported to JSON
empty array can't be exported to JSON
Apr 2, 2020
The text was updated successfully, but these errors were encountered: