Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Sep 29, 2023
1 parent 49f4976 commit 7a92097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyomo/contrib/pynumero/interfaces/cyipopt_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def __init__(self, nlp, intermediate_callback=None, halt_on_evaluation_error=Non
else:
self._halt_on_evaluation_error = halt_on_evaluation_error


x = nlp.init_primals()
y = nlp.init_duals()
if np.any(np.isnan(y)):
Expand Down

0 comments on commit 7a92097

Please sign in to comment.