Skip to content

Commit

Permalink
Fix ttw
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Aug 21, 2024
1 parent 9885cea commit b201391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carculator_truck/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def set_all(self, electric_utility_factor: float = None):
self.set_auxiliaries()
self.set_recuperation()

self.set_ttw_efficiency()
self.calculate_ttw_energy()
self.set_ttw_efficiency()

self.set_share_recuperated_energy()
self.set_battery_fuel_cell_replacements()
Expand Down

0 comments on commit b201391

Please sign in to comment.