Skip to content

Commit

Permalink
update consumption.py for BVG
Browse files Browse the repository at this point in the history
  • Loading branch information
timroepcke committed Jul 5, 2022
1 parent 2371b5a commit 66159fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebus_toolbox/consumption.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, vehicle_types, **kwargs) -> None:
for row in reader:
self.temperatures_by_hour.update({int(row['hour']): float(row['temperature'])})

self.consumption_files = {}
self.consumption_files = {} # ToDo: add path
self.vehicle_types = vehicle_types

def calculate_consumption(self, time, distance, vehicle_type, charging_type):
Expand Down

0 comments on commit 66159fb

Please sign in to comment.