Skip to content

Commit

Permalink
Refer to PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 19, 2024
1 parent f2d91ea commit 56d0b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_redundant.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_redundant_generators_4() -> None:
assert_redundant_equal(mat, 0, True, [0, 0])
assert_redundant_equal(mat, 1, True, [0, 0])
assert_redundant_equal(mat, 2, False, [1, -0.5])
# TODO is this a bug in cddlib? no certificate for rows 0 and 1...
# TODO bug in cddlib... https://github.com/cddlib/cddlib/pull/73
assert_redundant_equal(mat, 0, False, [0, 0], True)
assert_redundant_equal(mat, 1, False, [0, 0], True)
assert_redundant_equal(mat, 2, False, [1, -0.5], True)

0 comments on commit 56d0b82

Please sign in to comment.