[
https://issues.apache.org/jira/browse/CLIMATE-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693097#comment-14693097
]
ASF GitHub Bot commented on CLIMATE-658:
----------------------------------------
GitHub user huikyole opened a pull request:
https://github.com/apache/climate/pull/222
CLIMATE-658 - Restructure evaluation results to handle missing data values
- now the evaluation results maintain missing value information
- update _run_no_subregion_evaluation and _run_unary_metric_evaluation in
evaluation.py
- update test_evaluation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/huikyole/climate CLIMATE-658
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/222.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 #222
----
commit c088cfabd9f9df760a83f8b9f003e26a11730a29
Author: huikyole <[email protected]>
Date: 2015-08-12T08:09:23Z
CLIMATE-658 - Restructure evaluation results to handle missing data values
- now the evaluation results maintain missing value information
- update _run_no_subregion_evaluation and _run_unary_metric_evaluation in
evaluation.py
- update test_evaluation
----
> Restructure evaluation results to handle missing data values
> ------------------------------------------------------------
>
> Key: CLIMATE-658
> URL: https://issues.apache.org/jira/browse/CLIMATE-658
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: metrics
> Affects Versions: 1.0.0
> Reporter: Huikyo Lee
> Assignee: Huikyo Lee
> Priority: Critical
>
> In the current version, while adding evaluation results using 'append'
> operator for a list, missing values are all converted to zeros. In order to
> address this, evaluation.results must provide a list of numpy.ma arrays.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)