Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Issue Links
- links to