diff --git a/scripts/ep_workflow.py b/scripts/ep_workflow.py index 4f103af9..9ea9719f 100644 --- a/scripts/ep_workflow.py +++ b/scripts/ep_workflow.py @@ -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