You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/31 02:18:04 UTC

[jira] [Commented] (CLIMATE-650) Fix the ensemble calculation

    [ https://issues.apache.org/jira/browse/CLIMATE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14648544#comment-14648544 ] 

ASF GitHub Bot commented on CLIMATE-650:
----------------------------------------

GitHub user huikyole opened a pull request:

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

    CLIMATE-650 - Fix the ensemble calculation

    - Fix: ocw.dataset_processor.ensemble now uses numpy.ma.mean instead of numpy.mean to properly handle missing values.

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

    $ git pull https://github.com/huikyole/climate CLIMATE-650

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

    https://github.com/apache/climate/pull/215.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 #215
    
----
commit 9411152efa3eaef538acb96d13657ac7af9b8540
Author: huikyole <hu...@argo.jpl.nasa.gov>
Date:   2015-07-31T00:15:45Z

    Fix the ensemble calculation

----


> Fix the ensemble calculation
> ----------------------------
>
>                 Key: CLIMATE-650
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-650
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: regridding/data processing
>    Affects Versions: 1.0.0
>            Reporter: Huikyo Lee
>            Assignee: Huikyo Lee
>             Fix For: 1.0.0
>
>
> When calculating an ensemble average, we need to use numpy.ma.mean. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)