Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdietermann committed Jan 29, 2025
2 parents c84b2ed + 25b35ee commit 5723a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revoletion/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def calc_capex_init(self):

# replacements are full cost irrespective of existing size
self.capex_replacement = (sum([com.size_existing + com.size_additional for com in self.commodities.values()]) *
self.capex_spec + self.capex_fix)
self.capex_spec + self.capex_fix * self.num)

def calc_capex_init_existing(self):
self.capex_fix = self.capex_glider + self.capex_charger
Expand Down

0 comments on commit 5723a67

Please sign in to comment.