We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14f30a commit dd69a9cCopy full SHA for dd69a9c
pyomo/contrib/pyros/solve_data.py
@@ -278,7 +278,7 @@ def time_out(self):
278
def subsolver_error(self):
279
"""
280
bool : True if there is a subsolver error status for all
281
- of the the ``SeparationSolveCallResults`` objects listed
+ of the ``SeparationSolveCallResults`` objects listed
282
in `self`, False otherwise.
283
284
return all(res.subsolver_error for res in self.solver_call_results.values())
0 commit comments