You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by MichaelArthurAnderson <gi...@git.apache.org> on 2017/11/22 18:50:23 UTC

[GitHub] climate pull request #460: CLIMATE-934 Fixed error with out of date Bounds c...

GitHub user MichaelArthurAnderson opened a pull request:

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

    CLIMATE-934 Fixed error with out of date Bounds constructor.  

    CLIMATE-934 
    
    - Fixed error with out of date Bounds constructor. 
    - Addressed error with matplotlib and epoch date.
    - Added Apache license.
    - Minor Pylint.

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

    $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-934

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

    https://github.com/apache/climate/pull/460.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 #460
    
----
commit 69793310f3ba76fa9165e20a7fd8c8275ade7555
Author: Michael Anderson <mi...@michaels-imac.local>
Date:   2017-11-22T18:27:00Z

    CLIMATE-934 Fixed error with old Bounds constructor.  Fixed error with matplotlib and date starting at epoch.  Added Apache license.  Minor Pylint.

----


---

[GitHub] climate pull request #460: CLIMATE-934 Fixed error with out of date Bounds c...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] climate issue #460: CLIMATE-934 Fixed error with out of date Bounds construc...

Posted by agoodm <gi...@git.apache.org>.
Github user agoodm commented on the issue:

    https://github.com/apache/climate/pull/460
  
    @MichaelArthurAnderson Changes with Bounds look fine to me.  Did you check whether or not the plotting worked without modifying the datetimes? That is, running the example in an ipython shell / jupyter notebook. See the matplotlib issue I linked in the issue thread.


---