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 CA392200C80 for ; Thu, 11 May 2017 06:52:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BEC3B160BB4; Thu, 11 May 2017 04:52:03 +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 07F3F160B9C for ; Thu, 11 May 2017 06:52:02 +0200 (CEST) Received: (qmail 65773 invoked by uid 500); 11 May 2017 04:52:01 -0000 Mailing-List: contact dev-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 dev@climate.apache.org Received: (qmail 65762 invoked by uid 99); 11 May 2017 04:52:01 -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; Thu, 11 May 2017 04:52:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 346E9DFC2E; Thu, 11 May 2017 04:52:01 +0000 (UTC) From: huikyole To: dev@climate.apache.org Reply-To: dev@climate.apache.org References: In-Reply-To: Subject: [GitHub] climate issue #441: CLIMATE-914 - Update dataset_processor.spatial_regrid mo... Content-Type: text/plain Message-Id: <20170511045201.346E9DFC2E@git1-us-west.apache.org> Date: Thu, 11 May 2017 04:52:01 +0000 (UTC) archived-at: Thu, 11 May 2017 04:52:04 -0000 Github user huikyole commented on the issue: https://github.com/apache/climate/pull/441 Thank you for the quick review, @agoodm. In the previous commit, I forgot the nosetests. - test_two_dimensional_lats_lons does not make any sense. If latitudes and longitudes are two-dimensional, their shape must be [nY, nX]. I cannot understand why the module had reshaped one-dimensional latitudes and longitudes. - We can never trade off accuracy against efficiency. There is no documentation why map_coordinates outputs -9999 without mask. I do not think addressing this bottleneck is our top priority. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---