From 6d7ab0063e7a384e4e3648cb19675d641c8ddca9 Mon Sep 17 00:00:00 2001 From: robbybp Date: Wed, 25 Oct 2023 18:26:38 -0600 Subject: [PATCH] remove outdated comment --- pyomo/contrib/pynumero/interfaces/cyipopt_interface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyomo/contrib/pynumero/interfaces/cyipopt_interface.py b/pyomo/contrib/pynumero/interfaces/cyipopt_interface.py index f277fca6231..fc9c45c6d1a 100644 --- a/pyomo/contrib/pynumero/interfaces/cyipopt_interface.py +++ b/pyomo/contrib/pynumero/interfaces/cyipopt_interface.py @@ -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: