diff --git a/src/models/cost_functions/MarketBidCost.jl b/src/models/cost_functions/MarketBidCost.jl index 7d9f0907c8..b184ee0fe5 100644 --- a/src/models/cost_functions/MarketBidCost.jl +++ b/src/models/cost_functions/MarketBidCost.jl @@ -69,6 +69,7 @@ MarketBidCost( start_up::Union{TimeSeriesKey, StartUpStages}, shut_down, incremental_offer_curves, + decremental_offer_curves, ancillary_service_offers, ) = MarketBidCost( @@ -76,7 +77,7 @@ MarketBidCost( start_up, shut_down, incremental_offer_curves, - nothing, + decremental_offer_curves, nothing, nothing, ancillary_service_offers,