Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5014E200B50 for ; Fri, 29 Jul 2016 17:21:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4EA96160AB1; Fri, 29 Jul 2016 15:21:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C7C0A160A79 for ; Fri, 29 Jul 2016 17:21:07 +0200 (CEST) Received: (qmail 94245 invoked by uid 500); 29 Jul 2016 15:21: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 94208 invoked by uid 99); 29 Jul 2016 15:21: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; Fri, 29 Jul 2016 15:21:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F1D4E04EE; Fri, 29 Jul 2016 15:21:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: goodman@apache.org To: commits@climate.apache.org Date: Fri, 29 Jul 2016 15:21:08 -0000 Message-Id: <06b0ea9fbc6645c599f4fd90a911fd23@git.apache.org> In-Reply-To: <266e70f4ddb84d1fa09c78e174732f6d@git.apache.org> References: <266e70f4ddb84d1fa09c78e174732f6d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/10] climate git commit: Minor fixes to dataset_loader archived-at: Fri, 29 Jul 2016 15:21:08 -0000 Minor fixes to dataset_loader Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/bf5b6eba Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/bf5b6eba Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/bf5b6eba Branch: refs/heads/master Commit: bf5b6eba6251c54317693cc1df2a05e3e8401dfb Parents: a3764c0 Author: Alex Goodman Authored: Tue Jul 19 13:38:14 2016 -0700 Committer: Alex Goodman Committed: Tue Jul 19 13:38:14 2016 -0700 ---------------------------------------------------------------------- ocw/dataset_loader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/bf5b6eba/ocw/dataset_loader.py ---------------------------------------------------------------------- diff --git a/ocw/dataset_loader.py b/ocw/dataset_loader.py index 719cb9b..d81f869 100644 --- a/ocw/dataset_loader.py +++ b/ocw/dataset_loader.py @@ -192,9 +192,9 @@ class DatasetLoader: else: self.target_datasets.append(output) - def _load(**kwargs): + def _load(self, **kwargs): ''' - Generic dataset loading method + Generic dataset loading method. ''' # Extract the data source data_source = kwargs.pop('data_source')