Skip to content

Commit

Permalink
use ispermutation (needs 1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Jun 29, 2019
1 parent 6ed1ec5 commit 8417b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_Zonotope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@ for N in [Float64]
# constraints_list for generator matrix with a zero row
Z = Zonotope(N[0, 0], N[2 3; 0 0])
P = tovrep(HPolygon(constraints_list(Z)))
@test vertices_list(P) [N[5, 0], [-5, 0]]
@test ispermutation(vertices_list(P), [N[5, 0], [-5, 0]])
end
end

0 comments on commit 8417b43

Please sign in to comment.