demo_schedules is now called comnet_archetypes.xlsx

This commit is contained in:
pilar 2020-12-15 12:15:04 -05:00
parent b0ca46332c
commit 51f6edbd31
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class DemoOccupancyParameters:
def __init__(self, city, base_path):
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)
# todo: review for more than one usage_zones per building
for building in city.buildings: