Merge remote-tracking branch 'origin/main_branch' into main_branch

This commit is contained in:
Saeed Ranjbar 2024-02-07 20:49:50 -05:00
commit e38ac5b3f6

View File

@ -11,7 +11,7 @@ from scripts.random_assignation import call_random, residential_systems_percenta
import hub.helpers.constants as cte
from hub.imports.energy_systems.energy_system_sizing import SystemSizing
from system_simulation import SystemSimulation
from hub.helpers.monthly_values import MonthlyValues
# from hub.helpers.monthly_values import MonthlyValues
geojson_file = process_geojson(x=-73.5681295982132, y=45.49218262677643, diff=0.0001)
file_path = (Path(__file__).parent.parent / 'input_files' / f'{geojson_file}')
@ -43,4 +43,6 @@ EnergySystemsFactory('montreal_future', city).enrich()
SystemSizing(city.buildings).hvac_sizing()
for building in city.buildings:
SystemSimulation(building).enrich()
print(building.heating_consumption[cte.YEAR])
print(building.energy_systems_archetype_name)
print('test')