Switched from file looger to stream logger.

This commit is contained in:
Peter Yefi 2023-04-17 17:40:55 -04:00
parent e75bf3a367
commit 1918ee27c5

View File

@ -105,7 +105,6 @@ class TestGeometryFactory(TestCase):
file = 'FZK_Haus_LoD_2.gml'
city = self._get_city(file, 'citygml')
self.assertTrue(len(city.buildings) == 1)
self._check_buildings(city)
for building in city.buildings:
self._check_surfaces(building)
city = ConstructionFactory('nrel', city).enrich()