Reviewed d18599 and adjusted the exporter consequently
This commit is contained in:
parent
48c17680df
commit
9941a27b8b
|
@ -82,7 +82,6 @@ class TestMonthlyEnergyBalanceWorkflow(TestCase):
|
||||||
for building in city.buildings:
|
for building in city.buildings:
|
||||||
building.year_of_construction = 2006
|
building.year_of_construction = 2006
|
||||||
building.function = cte.LARGE_OFFICE
|
building.function = cte.LARGE_OFFICE
|
||||||
print(building.function)
|
|
||||||
|
|
||||||
ConstructionFactory(construction_format, city).enrich()
|
ConstructionFactory(construction_format, city).enrich()
|
||||||
UsageFactory(usage_format, city).enrich()
|
UsageFactory(usage_format, city).enrich()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user