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/05/28 00:40:17 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=14561881#comment-14561881 ] 

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

GitHub user MJJoyce opened a pull request:

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

    CLIMATE-636 - Fix Bounds __str__ formatting

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MJJoyce/climate CLIMATE-636

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/climate/pull/200.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 #200
    
----
commit 52d222b8f978c9ac9d072239f7387713e7880a01
Author: Michael Joyce <jo...@apache.org>
Date:   2015-05-27T22:38:55Z

    CLIMATE-636 - Fix Bounds __str__ formatting

----


> 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)