erased commented code and created a branch to include stochastic schedules in the workflow

This commit is contained in:
Pilar 2022-11-01 10:21:57 -04:00
parent b62e0a8052
commit a08a880bea

View File

@ -7,8 +7,6 @@ import csv
sys.path.append('../hub')
sys.path.append('./')
from imports.customized_imports_factory import CustomizedImportsFactory
from imports.customized_imports.stochastic_schedules_importer import StochasticSchedulesImporter as ssi
from imports.geometry_factory import GeometryFactory
from imports.construction_factory import ConstructionFactory
from imports.usage_factory import UsageFactory
@ -40,9 +38,6 @@ try:
print('enrich constructions... done')
UsageFactory('comnet', city).enrich()
print('enrich usage... done')
# in_path = (Path(__file__).parent.parent / 'data' / 'occupancyschedules_2019_point4.xlsx')
# CustomizedImportsFactory(ssi, city, in_path).enrich()
print('enrich stochastic schedules for occupancy... done')
area = 0
volume = 0