Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B69B18EF6 for ; Wed, 19 Aug 2015 00:29:06 +0000 (UTC) Received: (qmail 64942 invoked by uid 500); 19 Aug 2015 00:29:06 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 64858 invoked by uid 500); 19 Aug 2015 00:29:06 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 64838 invoked by uid 99); 19 Aug 2015 00:29:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 00:29:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3AF7E0941; Wed, 19 Aug 2015 00:29:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: huikyole@apache.org To: commits@climate.apache.org Date: Wed, 19 Aug 2015 00:29:06 -0000 Message-Id: <61794040b66549c6a3ae2201b6959145@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] climate git commit: Correction: remove description on an undefined key argument 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 Authored: Tue Aug 11 18:55:21 2015 -0700 Committer: huikyole 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` '''