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 e8e3646 commit c71db3cCopy full SHA for c71db3c
climada/entity/exposures/test/test_base.py
@@ -677,7 +677,7 @@ def test_latlon_with_polygons(self):
677
with self.assertRaises(ValueError) as valer:
678
exp.longitude
679
self.assertEqual(
680
- "Can only calculate latitude from Points. GeoDataFrame contains Polygon, MultiPolygon",
+ "Can only calculate longitude from Points. GeoDataFrame contains Polygon, MultiPolygon",
681
str(valer.exception),
682
)
683
0 commit comments