Skip to content

Commit

Permalink
revert unintenden change
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Feb 22, 2024
1 parent 96e1520 commit 83e3d66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ def test_expression(linear_objective, quadratic_objective):
assert isinstance(quadratic_objective.expression, QuadraticExpression)


def test_multi_objective(linear_objective):
expression = v + v
multi_expression = LinearExpression(None, linear_objective.model)


def test_value(linear_objective, quadratic_objective):
assert linear_objective.value is None
assert quadratic_objective.value is None
Expand Down

0 comments on commit 83e3d66

Please sign in to comment.