demo_schedules is now called comnet_archetypes.xlsx
This commit is contained in:
parent
b0ca46332c
commit
51f6edbd31
|
@ -13,7 +13,7 @@ class DemoOccupancyParameters:
|
||||||
|
|
||||||
def __init__(self, city, base_path):
|
def __init__(self, city, base_path):
|
||||||
self._city = city
|
self._city = city
|
||||||
self._demo_schedules_path = base_path / 'demo_schedules.xlsx'
|
self._demo_schedules_path = base_path / 'comnet_archetypes.xlsx'
|
||||||
xls = pd.ExcelFile(self._demo_schedules_path)
|
xls = pd.ExcelFile(self._demo_schedules_path)
|
||||||
# todo: review for more than one usage_zones per building
|
# todo: review for more than one usage_zones per building
|
||||||
for building in city.buildings:
|
for building in city.buildings:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user