changed name of test file

This commit is contained in:
Pilar Monsalvete 2023-09-13 04:40:11 -04:00
parent f0ffc26348
commit cd7104206a
2 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class TestResultsImport(TestCase):
def test_energy_plus_results_import(self):
ResultFactory('energy_plus_workflow', self._city, self._example_path).enrich()
for building in self._city.buildings:
print(building.name)
print(building.heating_demand)
print(building.cooling_demand)

View File

Can't render this file because it is too large.