Skip to content

Commit

Permalink
Fix IPOPT version reference in test
Browse files Browse the repository at this point in the history
mrmundt committed Nov 20, 2023
1 parent 2562d47 commit 7c30a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/solver/tests/solvers/test_ipopt.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ def test_IPOPT_config(self):
self.assertIsInstance(config.executable, ExecutableData)

# Test custom initialization
solver = SolverFactory('ipopt', save_solver_io=True)
solver = SolverFactory('ipopt_v2', save_solver_io=True)
self.assertTrue(solver.config.save_solver_io)
self.assertFalse(solver.config.tee)

0 comments on commit 7c30a25

Please sign in to comment.