Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Jun 29, 2024
1 parent 74c4162 commit 5b594e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyomo/contrib/incidence_analysis/tests/test_scc_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ def test_with_inequalities(self):
@unittest.skipUnless(scipy_available, "SciPy is not available")
@unittest.skipUnless(networkx_available, "NetworkX is not available")
class TestExceptions(unittest.TestCase):

def test_nonsquare_system(self):
m = pyo.ConcreteModel()
m.x = pyo.Var([1, 2], initialize=1)
Expand Down

0 comments on commit 5b594e7

Please sign in to comment.