Maziyar Boustani created CLIMATE-339:
----------------------------------------
Summary: Metrics.py has typo in Class TemporalStdDev, def Run (axi
--> axis) + test_metrics.py need to be modified
Key: CLIMATE-339
URL: https://issues.apache.org/jira/browse/CLIMATE-339
Project: Apache Open Climate Workbench
Issue Type: Bug
Components: metrics
Affects Versions: 0.3-incubating
Reporter: Maziyar Boustani
Assignee: Maziyar Boustani
Fix For: 0.4-incubating
There is typo on function "run" in class "TemporalStdDev" in metrics.py in
return section:
return target_dataset.values.std(axi=0, ddof=1) --> return
target_dataset.values.std(axis=0, ddof=1)
Also the unittest for metrics.py (test_metrics.py) need to modified to pass
test for above correction.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)