Skip to content

Commit

Permalink
update auxiliary method
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Sep 27, 2024
1 parent e197a5b commit 22fbec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/cost_functions/MarketBidCost.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ MarketBidCost(
start_up::Union{TimeSeriesKey, StartUpStages},
shut_down,
incremental_offer_curves,
decremental_offer_curves,
ancillary_service_offers,
) =
MarketBidCost(
Float64(no_load_cost),
start_up,
shut_down,
incremental_offer_curves,
nothing,
decremental_offer_curves,
nothing,
nothing,
ancillary_service_offers,
Expand Down

0 comments on commit 22fbec5

Please sign in to comment.