You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2017/01/10 16:19:20 UTC

[2/3] climate git commit: fixed2

fixed2


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

Branch: refs/heads/master
Commit: 80483c29cea17ce21c04c6dd183bae2eb556566a
Parents: 1d7aaf7
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Mon Jan 9 20:59:29 2017 -0800
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Mon Jan 9 20:59:29 2017 -0800

----------------------------------------------------------------------
 ocw/metrics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/80483c29/ocw/metrics.py
----------------------------------------------------------------------
diff --git a/ocw/metrics.py b/ocw/metrics.py
index 2f56d75..ecd686c 100644
--- a/ocw/metrics.py
+++ b/ocw/metrics.py
@@ -330,7 +330,7 @@ def calc_correlation(target_array, reference_array):
     :param reference_array: an array of reference dataset
     :type reference_array: :class:'numpy.ma.core.MaskedArray'
 
-    :returns: pearson's correlation coefficient between the two inumpy.t arrays
+    :returns: pearson's correlation coefficient between the two input arrays
     :rtype: :class:'numpy.ma.core.MaskedArray'
     '''