Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Nov 15, 2023
1 parent 7bf0268 commit 993290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/mindtpy/cut_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def add_oa_cuts_for_grey_box(
.evaluate_jacobian_outputs()
.toarray()
)
# Enumerate over values works well now. However, it might be stable if the values() method changes.
# Enumerate over values works well now. However, it might be stable if the values() method changes.
for index, output in enumerate(target_model_grey_box.outputs.values()):
dual_value = jacobians_model.dual[jacobian_model_grey_box][
output.name.replace("outputs", "output_constraints")
Expand Down

0 comments on commit 993290f

Please sign in to comment.