Skip to content

Commit

Permalink
Added longitude_of_prime_meridian in test_Saver - test_aea_cs.
Browse files Browse the repository at this point in the history
Changes dates in copyright of regrid and test_regrid to pass tests
  • Loading branch information
cvelascof committed Feb 14, 2018
1 parent 04d7f11 commit 32fc830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/iris/tests/unit/fileformats/netcdf/test_Saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,10 @@ def test_aea_cs(self):
'longitude_of_central_meridian': 10,
'false_easting': 100,
'false_northing': 200,
'standard_parallels': (38, 50),
'standard_parallel': (38, 50),
'semi_major_axis': 6377563.396,
'semi_minor_axis': 6356256.909,
'longitude_of_prime_meridian': 0,
}
self._test(coord_system, expected)

Expand Down

0 comments on commit 32fc830

Please sign in to comment.