[ https://issues.apache.org/jira/browse/CLIMATE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16267851#comment-16267851 ]
ASF GitHub Bot commented on CLIMATE-797: ---------------------------------------- GitHub user MichaelArthurAnderson opened a pull request: https://github.com/apache/climate/pull/463 CLIMATE-797 - Fix Attribute error when dataset does not have mask attribute. CLIMATE-797 - Fix Attribute error when dataset does not have mask attribute. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelArthurAnderson/climate CLIMATE-797 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/463.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 #463 ---- commit d41041f28532bf4fc5b5393a6ae1642116bbaa2c Author: Michael Anderson <michaelanderson@michaels-imac.local> Date: 2017-11-22T21:04:01Z CLIMATE-935 Fixed subregion examples using old style Bounds constructor. Added Apache license and minor Pylint commit 7d6f5ae8abc9d37cfdace59080da1c54ff7f71e4 Author: Michael Anderson <michaelanderson@michaels-imac.local> Date: 2017-11-26T21:30:10Z CLIMATE-465 Add class level documentation and Apache license to examples commit 41412caea5c9330ccbec28f4130ced89361789f8 Author: Michael Anderson <michaelanderson@michaels-imac.local> Date: 2017-11-28T00:21:14Z CLIMATE-797 Fix attribute error when dataset has no mask attribute ---- > Attribute error in mask_missing_data > ------------------------------------ > > Key: CLIMATE-797 > URL: https://issues.apache.org/jira/browse/CLIMATE-797 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Ibrahim Jarif > Assignee: Michael Anderson > Priority: Critical > Fix For: 1.3.0 > > > The *mask_missing_data* function in *dataset processor* module throws > *AttributeError: Object does not have attribute mask* when trying to execute > the function. > {code} > Line 737: def mask_missing_data(dataset_array): > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)