Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow passing None for all coord-system optional args. (#3804)
* Allow passing None for all coord-system optional args. * Tests for coord-system default args behaviours. * CML fixes for detail changes to coord-systems. * Tests for netcdf load with no false_easting/northing, all relevant systems. * Add whatsnew entry. * Fix matplotlib capitalisation : conflict resolution error. * Handle optional None and parallels in _arg_default. Fix bug in Stereographic.true_scale_lat * Rationalise coord_system optional arg tests. * Fix arg_default parallels. * Fix exception tests for too-many/too-few parallels. * Update lib/iris/tests/unit/coord_systems/test_VerticalPerspective.py Co-authored-by: Martin Yeo <[email protected]> * Normalise all coord-system docstrings. Co-authored-by: Martin Yeo <[email protected]>
- Loading branch information