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> p = rand(HPolygon); julia> linear_map(rand(2, 2), p) ERROR: TypeError: in Type{...} expression, expected UnionAll, got Type{HPolygon{Float64}} Stacktrace: [1] tohrep(::VPolygon{Float64}, ::Type{HPolygon{Float64}}) at /Users/forets/.julia/dev/LazySets/src/VPolygon.jl:156 [2] convert(::Type{HPolygon{Float64}}, ::VPolygon{Float64}) at /Users/forets/.julia/dev/LazySets/src/convert.jl:50 [3] #linear_map#17(::Type{HPolygon{Float64}}, ::Function, ::Array{Float64,2}, ::HPolygon{Float64}) at /Users/forets/.julia/dev/LazySets/src/AbstractPolygon. jl:209 [4] linear_map(::Array{Float64,2}, ::HPolygon{Float64}) at /Users/forets/.julia/dev/LazySets/src/AbstractPolygon.jl:207 [5] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
Merge pull request #1072 from JuliaReach/schillic/1070
e26fd52
#1070 - Wrong handling of type parameter in tohrep of VPolygon
schillic
No branches or pull requests
The text was updated successfully, but these errors were encountered: