Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyresample/test/test_geometry/test_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def test_area_def_geocentric_resolution_latlong(self, create_test_area):
def test_from_epsg(self, area_class):
"""Test the from_epsg class method."""
sweref = area_class.from_epsg('3006', 2000)
assert sweref.description == 'SWEREF99 TM'
assert sweref.description in ['SWEREF99 TM', 'ETRS89-SWE [SWEREF 99 TM]']
with ignore_pyproj_proj_warnings():
assert sweref.proj_dict == {'ellps': 'GRS80', 'no_defs': None,
'proj': 'utm', 'type': 'crs', 'units': 'm',
Expand Down
Loading