Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed Nov 30, 2023
1 parent 09d03c4 commit d9df156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pysat_cardinality.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_encode_pb_oob(self):

## check all types of linear constraints are handled
for expression in expressions:
Model(expression).solve("pysat")
cp.Model(expression).solve("pysat")

def test_pysat_different(self):

Expand Down

0 comments on commit d9df156

Please sign in to comment.