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
convert(VPolytope, rand(3, 3) *rand(BallInf, dim=3))
MethodError: Cannot `convert` an object of type
LinearMap{Float64,BallInf{Float64,Array{Float64,1}},Float64,Array{Float64,2}} to an object of type
VPolytope
Closest candidates are:convert(::Type{VPolytope}, !Matched::VPolytope) at /home/mforets/.julia/dev/LazySets/src/convert.jl:8convert(::Type{VPolytope}, !Matched::HPolytope) at /home/mforets/.julia/dev/LazySets/src/convert.jl:239convert(::Type{VPolytope}, !Matched::AbstractPolytope) at /home/mforets/.julia/dev/LazySets/src/convert.jl:110...
Stacktrace:
[1] top-level scope at In[29]:1
[2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091
The text was updated successfully, but these errors were encountered:
A method similar to this one
LazySets.jl/src/convert.jl
Line 153 in a4bb2f5
The text was updated successfully, but these errors were encountered: