Reviewed d18599 and adjusted the exporter consequently

This commit is contained in:
Pilar 2022-11-28 15:27:45 -05:00
parent 48c17680df
commit 9941a27b8b

View File

@ -82,7 +82,6 @@ class TestMonthlyEnergyBalanceWorkflow(TestCase):
for building in city.buildings:
building.year_of_construction = 2006
building.function = cte.LARGE_OFFICE
print(building.function)
ConstructionFactory(construction_format, city).enrich()
UsageFactory(usage_format, city).enrich()