change reverse_geocoder for openmaps api call
This commit is contained in:
parent
aa68cf4456
commit
6c2cd8e977
|
@ -43,6 +43,7 @@ class TestPhysicsFactory(TestCase):
|
|||
"""
|
||||
city = self._get_city_with_physics()
|
||||
for building in city.buildings:
|
||||
self.assertIsNotNone(building.average_storey_height, 'average_storey_height is none')
|
||||
self.assertIsNotNone(building.storeys_above_ground, 'storeys_above_ground is none')
|
||||
for thermal_zone in building.thermal_zones:
|
||||
self.assertIsNotNone(thermal_zone.effective_thermal_capacity, 'effective_thermal_capacity is none')
|
||||
|
|
Loading…
Reference in New Issue
Block a user