[ https://issues.apache.org/jira/browse/CLIMATE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15354085#comment-15354085 ]
Michael Anderson commented on CLIMATE-803: ------------------------------------------ See my comments in https://issues.apache.org/jira/browse/CLIMATE-797 and this is pretty much the same thing. Mask is a member variable of a numpy mask array and a regular numpy array is being passed to the method. > AttributeError in Utils.py > -------------------------- > > Key: CLIMATE-803 > URL: https://issues.apache.org/jira/browse/CLIMATE-803 > Project: Apache Open Climate Workbench > Issue Type: Bug > Reporter: Ibrahim Jarif > Priority: Critical > > AttributeError in *calc_subregion_area_mean_and_std* function > {code} > AttributeError: 'numpy.ndarray' object has no attribute 'mask' > {code} > The following line raises the error > {code} > mask_array = dataset_array[0].values[0,:].mask > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)