We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7106 commit d5802c3Copy full SHA for d5802c3
climada/test/test_api_client.py
@@ -139,7 +139,7 @@ def test_get_hazard(self):
139
properties={'country_name': 'Austria',
140
'year_range': '2010_2030', 'climate_scenario': 'rcp26'},
141
dump_dir=DATA_DIR)
142
- self.assertEqual(np.shape(hazard.intensity), (1440, 5784))
+ self.assertEqual(np.shape(hazard.intensity), (480, 5784))
143
self.assertEqual(np.unique(hazard.centroids.region_id), 40)
144
self.assertEqual(np.unique(hazard.date).size, 20)
145
self.assertEqual(hazard.tag.haz_type, 'RF')
0 commit comments