Skip to content

Commit

Permalink
Fix incorrect reference to input capacity in node serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Feb 15, 2024
1 parent aa2d8e6 commit fc2e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/node_serializer_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module NodeSerializerData
},
cost: {
'initial_investment_per(:mw_electricity) + cost_of_installing_per(:mw_electricity) + decommissioning_costs_per(:mw_electricity)' => {
label: 'Investment over lifetime per MW input',
label: 'Investment over lifetime per MW',
key: :total_initial_investment_per_mw_electricity,
unit: 'EUR / MW',
formatter: ->(n) { n.to_i }
Expand Down

0 comments on commit fc2e614

Please sign in to comment.