Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Oct 26, 2023
1 parent ef3609c commit 6d7ab00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyomo/contrib/pynumero/interfaces/cyipopt_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ def objective(self, x):
self._set_primals_if_necessary(x)
return self._nlp.evaluate_objective()
except PyNumeroEvaluationError:
# TODO: halt_on_evaluation_error option. If set, we re-raise the
# original exception.
if self._halt_on_evaluation_error:
raise
else:
Expand Down

0 comments on commit 6d7ab00

Please sign in to comment.