Skip to content

Commit

Permalink
Loosen constraint on hybid offshore converter
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Jul 5, 2024
1 parent 44a4944 commit 378b4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/qernel/merit_facade/hybrid_offshore_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def constrain(point, amount)
to_market = [amount - converted, @output_input_capacity].min
@curtailed[point] = amount - converted - to_market

@converter_constraint_curve[point] = [to_market, @input_output_capacity].max
@converter_constraint_curve[point] = to_market + @input_output_capacity

to_market
end
Expand Down

0 comments on commit 378b4d3

Please sign in to comment.