From aa68cf44569ff594aedf08b14aebda0a75d718eb Mon Sep 17 00:00:00 2001 From: Guille Date: Mon, 29 Jun 2020 17:38:47 -0400 Subject: [PATCH] change reverse_geocoder for openmaps api call --- tests/test_physics_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_physics_factory.py b/tests/test_physics_factory.py index 4ae7d925..0990afc1 100644 --- a/tests/test_physics_factory.py +++ b/tests/test_physics_factory.py @@ -43,7 +43,6 @@ 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')