Appliances test
This commit is contained in:
parent
eedfd64559
commit
87d5e7c138
|
@ -14,7 +14,7 @@ from hub.helpers.dictionaries import Dictionaries
|
|||
sys.path.append('./')
|
||||
|
||||
try:
|
||||
file_path = (Path(__file__).parent.parent / 'input_files' / 'selected_building.geojson')
|
||||
file_path = (Path(__file__).parent.parent / 'input_files' / 'selected_building_5755.geojson')
|
||||
out_path = (Path(__file__).parent.parent / 'out_files')
|
||||
files = glob.glob(f'{out_path}/*')
|
||||
for file in files:
|
||||
|
@ -43,7 +43,7 @@ try:
|
|||
|
||||
print('exporting:')
|
||||
|
||||
_idf = EnergyBuildingsExportsFactory('idf', city, out_path).export_debug()
|
||||
_idf = EnergyBuildingsExportsFactory('idf', city, out_path).export()
|
||||
print(' idf exported...')
|
||||
_idf.run()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user