[ https://issues.apache.org/jira/browse/CLIMATE-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881454#comment-15881454 ]
ASF GitHub Bot commented on CLIMATE-897: ---------------------------------------- GitHub user agoodm opened a pull request: https://github.com/apache/climate/pull/427 [CLIMATE-897] Make sure shapes of numpy arrays contain only integer values Should fix the errors shown in travis CI for python 3: https://travis-ci.org/agoodm/climate/jobs/204421839 You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoodm/climate CLIMATE-897 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/427.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 #427 ---- ---- > Make sure shapes of numpy arrays contain only integer values > ------------------------------------------------------------ > > Key: CLIMATE-897 > URL: https://issues.apache.org/jira/browse/CLIMATE-897 > Project: Apache Open Climate Workbench > Issue Type: Bug > Components: regridding/data processing > Reporter: Alex Goodman > Assignee: Alex Goodman > Fix For: 1.2.0 > > > For python 3, floor division is done with a new operator (//). And newer > versions of numpy require all shape values to be integers. This leads to > errors when running ocw with python 3 in a few places since some shapes are > generated using the old division operator (/) which generates a float in > python 3. See: https://travis-ci.org/agoodm/climate/jobs/204421839 -- This message was sent by Atlassian JIRA (v6.3.15#6346)