Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Dec 12, 2023
1 parent 8d5c737 commit 45eb861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/incidence_analysis/tests/test_incidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_fixed_zero_linear_coefficient(self):
self.assertEqual(ComponentSet(variables), ComponentSet([m.x[1], m.x[2]]))

# NOTE: This test assumes that all methods that support linear cancellation
# accept a linear_only argument. If this changes, this test wil need to be
# accept a linear_only argument. If this changes, this test will need to be
# moved.
def test_fixed_zero_coefficient_linear_only(self):
m = pyo.ConcreteModel()
Expand Down

0 comments on commit 45eb861

Please sign in to comment.