Skip to content

Commit 762aece

Browse files
sebasticdjhoese
authored andcommitted
Fix test failure with PROJ 9.8.0.
1 parent 07711c0 commit 762aece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyresample/test/test_geometry/test_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def test_area_def_geocentric_resolution_latlong(self, create_test_area):
10881088
def test_from_epsg(self, area_class):
10891089
"""Test the from_epsg class method."""
10901090
sweref = area_class.from_epsg('3006', 2000)
1091-
assert sweref.description == 'SWEREF99 TM'
1091+
assert sweref.description in ['SWEREF99 TM', 'ETRS89-SWE [SWEREF 99 TM]']
10921092
with ignore_pyproj_proj_warnings():
10931093
assert sweref.proj_dict == {'ellps': 'GRS80', 'no_defs': None,
10941094
'proj': 'utm', 'type': 'crs', 'units': 'm',

0 commit comments

Comments
 (0)