[
https://issues.apache.org/jira/browse/CLIMATE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263351#comment-16263351
]
ASF GitHub Bot commented on CLIMATE-935:
----------------------------------------
GitHub user MichaelArthurAnderson opened a pull request:
https://github.com/apache/climate/pull/461
CLIMATE-935 Fixed subregion examples using old style Bounds construct…
CLIMATE-935
- Fixed subregion examples using old style Bounds constructor.
- Added Apache license and minor Pylint
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-935
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/461.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #461
----
commit d41041f28532bf4fc5b5393a6ae1642116bbaa2c
Author: Michael Anderson <[email protected]>
Date: 2017-11-22T21:04:01Z
CLIMATE-935 Fixed subregion examples using old style Bounds constructor.
Added Apache license and minor Pylint
----
> subregions_portrait_diagram.py Uses Old Style Bounds Constructor
> ----------------------------------------------------------------
>
> Key: CLIMATE-935
> URL: https://issues.apache.org/jira/browse/CLIMATE-935
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: examples
> Reporter: Michael Anderson
> Assignee: Michael Anderson
>
> Example uses:
> Bounds(-10.0, 0.0, 29.0, 36.5)
> Should use:
> Bounds(lat_min=-10.0, lat_max=0.0, lon_min=29.0, lon_max=36.5)
> Else throws error.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)