Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Dec 4, 2024
1 parent d3ccb5b commit 124839a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ function construct_device!(
add_expressions!(container, ProductionCostExpression, devices, model)
add_expressions!(container, FuelConsumptionExpression, devices, model)


add_to_expression!(
container,
ActivePowerRangeExpressionLB,
Expand Down Expand Up @@ -887,7 +886,6 @@ function construct_device!(
add_expressions!(container, ProductionCostExpression, devices, model)
add_expressions!(container, FuelConsumptionExpression, devices, model)


add_to_expression!(
container,
ActivePowerRangeExpressionLB,
Expand Down Expand Up @@ -1171,7 +1169,6 @@ function construct_device!(
add_expressions!(container, ProductionCostExpression, devices, model)
add_expressions!(container, FuelConsumptionExpression, devices, model)


add_to_expression!(
container,
ActivePowerRangeExpressionLB,
Expand Down Expand Up @@ -1323,7 +1320,6 @@ function construct_device!(
add_expressions!(container, ProductionCostExpression, devices, model)
add_expressions!(container, FuelConsumptionExpression, devices, model)


add_to_expression!(
container,
ActivePowerRangeExpressionLB,
Expand Down
2 changes: 1 addition & 1 deletion test/test_device_thermal_generation_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1083,4 +1083,4 @@ end
PSI.get_invariant_terms(PSI.get_objective_expression(container)),
JuMP.QuadExpr,
)
end
end

0 comments on commit 124839a

Please sign in to comment.