We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e4d1 commit 88816e0Copy full SHA for 88816e0
pyomo/contrib/solver/tests/solvers/test_ipopt.py
@@ -1872,7 +1872,7 @@ def test_bad_executable(self):
1872
solver.config.executable.rehash()
1873
with self.assertRaisesRegex(
1874
ApplicationError,
1875
- f"Could not execute the command: \['{exe}'.*"
+ f"Could not execute the command: \\['{exe}'.*"
1876
f"Error message: .*No such file or directory: '{exe}'",
1877
):
1878
solver.solve(m)
0 commit comments