You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Michael Joyce (JIRA)" <ji...@apache.org> on 2015/05/28 00:38:18 UTC

[jira] [Work started] (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:all-tabpanel ]

Work on CLIMATE-636 started by Michael Joyce.
---------------------------------------------
> 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)