You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/11/06 00:28:24 UTC

[2/3] git commit: CLIMATE-549: Correct comments in SpatialMeanOfTemporalMeanBias

CLIMATE-549: Correct comments in SpatialMeanOfTemporalMeanBias


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/bc86cf39
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/bc86cf39
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/bc86cf39

Branch: refs/heads/master
Commit: bc86cf39ba8d1d819e104ea6ec2710edcc4fa047
Parents: 8a69a1c
Author: rlaidlaw <rl...@gmail.com>
Authored: Wed Nov 5 15:18:49 2014 -0800
Committer: rlaidlaw <rl...@gmail.com>
Committed: Wed Nov 5 15:18:49 2014 -0800

----------------------------------------------------------------------
 ocw/metrics.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/bc86cf39/ocw/metrics.py
----------------------------------------------------------------------
diff --git a/ocw/metrics.py b/ocw/metrics.py
index eae3d07..ee5c1f9 100644
--- a/ocw/metrics.py
+++ b/ocw/metrics.py
@@ -184,8 +184,9 @@ class SpatialMeanOfTemporalMeanBias(BinaryMetric):
         .. note::
            Overrides BinaryMetric.run()
 
-        :param ref_dataset: The reference dataset to use in this metric run
-        :type ref_dataset: ocw.dataset.Dataset object
+        :param reference_dataset: The reference dataset to use in this metric
+            run
+        :type reference_dataset: ocw.dataset.Dataset object
         :param target_dataset: The target dataset to evaluate against the
             reference dataset in this metric run
         :type target_dataset: ocw.dataset.Dataset object