Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Dec 10, 2023
1 parent 3088d5d commit 457b91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/resources/fusion/fusion_policy_adjustments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function fusion_capacity_reserve_margin_adjustment(EP::Model,

if y in resources_with_maintenance(dfGen)
maint_adj = thermal_maintenance_and_fusion_capacity_reserve_margin_adjustment(EP, inputs, y, capres_zone, timesteps)
add_similar_to_expression!(total_adj, maint_adj)
add_to_expression!.(total_adj, maint_adj)
end

return total_adj
Expand Down

0 comments on commit 457b91a

Please sign in to comment.