Switched from file looger to stream logger.
This commit is contained in:
parent
e75bf3a367
commit
1918ee27c5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user