[ https://issues.apache.org/jira/browse/CLIMATE-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263337#comment-16263337 ]
Michael Anderson commented on CLIMATE-935: ------------------------------------------ subregions_rectangular_boundaries.py also. Adding Apache license and minor Pylint too. > 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)