Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 17, 2024
1 parent 783a1d7 commit 241a6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_issue35.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


# this should not segfault
def test_issue35():
def test_issue35() -> None:
mat = cdd.matrix_from_array([[0, 0, 0]], rep_type=cdd.RepType.INEQUALITY)
cdd.matrix_canonicalize(mat)

0 comments on commit 241a6f7

Please sign in to comment.