Skip to content

Commit

Permalink
NFC: fixing last ruff formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed Aug 22, 2024
1 parent c03ea81 commit d098622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omlt/linear_tree/lt_formulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_output_bounds(model_def, input_bounds):
return bounds


def _add_gdp_formulation_to_block( # noqa: PLR0913
def _add_gdp_formulation_to_block( # noqa: PLR0913
block, model_definition, input_vars, output_vars, transformation, epsilon
):
"""This function adds the GDP representation to the OmltBlock using Pyomo.GDP.
Expand Down

0 comments on commit d098622

Please sign in to comment.