Correction: remove description on an undefined key argument
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/788e466e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/788e466e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/788e466e Branch: refs/heads/master Commit: 788e466eec44d5130353301a5e792a50a96c2dde Parents: 892676e Author: huikyole <[email protected]> Authored: Tue Aug 11 18:55:21 2015 -0700 Committer: huikyole <[email protected]> Committed: Tue Aug 11 18:55:21 2015 -0700 ---------------------------------------------------------------------- ocw/metrics.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/788e466e/ocw/metrics.py ---------------------------------------------------------------------- diff --git a/ocw/metrics.py b/ocw/metrics.py index 4142498..3391ec1 100644 --- a/ocw/metrics.py +++ b/ocw/metrics.py @@ -84,9 +84,6 @@ class Bias(BinaryMetric): reference dataset in this metric run. :type target_dataset: :class:`dataset.Dataset` - :param average_over_time: if True, calculated bias is averaged for the axis=0 - :type average_over_time: 'bool' - :returns: The difference between the reference and target datasets. :rtype: :class:`numpy.ndarray` '''
