Skip to content

Commit

Permalink
Update test for v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 17, 2024
1 parent 83f89eb commit 783a1d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_issue35.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

# this should not segfault
def test_issue35():
m = cdd.Matrix([[0, 0, 0]], number_type="float")
m.rep_type = cdd.RepType.INEQUALITY
m.canonicalize()
mat = cdd.matrix_from_array([[0, 0, 0]], rep_type=cdd.RepType.INEQUALITY)
cdd.matrix_canonicalize(mat)

0 comments on commit 783a1d7

Please sign in to comment.