You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/01 20:03:23 UTC

[jira] [Commented] (CLIMATE-636) Bounds __str__ function doesn't return correct data format

    [ https://issues.apache.org/jira/browse/CLIMATE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567664#comment-14567664 ] 

ASF GitHub Bot commented on CLIMATE-636:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/climate/pull/200


> Bounds __str__ function doesn't return correct data format
> ----------------------------------------------------------
>
>                 Key: CLIMATE-636
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-636
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>            Assignee: Michael Joyce
>             Fix For: 1.0.0
>
>
> The __str__ function for the Bounds object incorrect returns various lat/lon min/max values when trying to print ranges.
> {code}
> lat_range = "({}, {})".format(self._lat_min, self._lon_min)
> lon_range = "({}, {})".format(self._lon_min, self._lon_min)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)