diff --git a/unittests/test_monthly_energy_balance_workflow.py b/unittests/test_monthly_energy_balance_workflow.py index 5b8c2bd..4635385 100644 --- a/unittests/test_monthly_energy_balance_workflow.py +++ b/unittests/test_monthly_energy_balance_workflow.py @@ -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()