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/10/22 03:32:27 UTC

[jira] [Commented] (CLIMATE-698) Handling missing values in ocw.dataset_processor.temporal_rebin_with_time_index

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

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

GitHub user huikyole opened a pull request:

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

    CLIMATE-698 - Handling missing values in ocw.dataset_processor.temporal_rebin_with_time_index

    - binned_values is now a numpy.ma array

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

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

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

    https://github.com/apache/climate/pull/252.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 #252
    
----
commit dec62d2e5ad0b6ed69003c034a0e9d393b8b5042
Author: huikyole <hu...@argo.jpl.nasa.gov>
Date:   2015-10-22T01:30:05Z

    CLIMATE-698 - Handling missing values in ocw.dataset_processor.temporal_rebin_with_time_index
    
    - binned_values is now a numpy.ma array

----


> Handling missing values in ocw.dataset_processor.temporal_rebin_with_time_index
> -------------------------------------------------------------------------------
>
>                 Key: CLIMATE-698
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-698
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: regridding/data processing
>            Reporter: Huikyo Lee
>            Assignee: Huikyo Lee
>            Priority: Trivial
>
> The numpy array, binned_values, must be defined as a numpy missing array.



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