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 A3943200BBB for ; Thu, 10 Nov 2016 18:26:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A2694160B10; Thu, 10 Nov 2016 17:26:19 +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 EEFB4160B01 for ; Thu, 10 Nov 2016 18:26:18 +0100 (CET) Received: (qmail 21464 invoked by uid 500); 10 Nov 2016 17:26:18 -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 21453 invoked by uid 99); 10 Nov 2016 17:26:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 17:26:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A1583C0D8D for ; Thu, 10 Nov 2016 17:26:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 33Z0SpaTdUYP for ; Thu, 10 Nov 2016 17:26:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 39A415F2F2 for ; Thu, 10 Nov 2016 17:26:15 +0000 (UTC) Received: (qmail 15141 invoked by uid 99); 10 Nov 2016 17:24:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 17:24:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9DC222C4C77 for ; Thu, 10 Nov 2016 17:24:59 +0000 (UTC) Date: Thu, 10 Nov 2016 17:24:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@climate.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLIMATE-863) Address warning, deprecation, etc. within Travis-CI log output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 10 Nov 2016 17:26:19 -0000 [ https://issues.apache.org/jira/browse/CLIMATE-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654608#comment-15654608 ] ASF GitHub Bot commented on CLIMATE-863: ---------------------------------------- Github user lewismc commented on the issue: https://github.com/apache/climate/pull/420 @jarifibrahim can you please update this PR and resolve the merge conflict? Thank you > Address warning, deprecation, etc. within Travis-CI log output > -------------------------------------------------------------- > > Key: CLIMATE-863 > URL: https://issues.apache.org/jira/browse/CLIMATE-863 > Project: Apache Open Climate Workbench > Issue Type: Improvement > Components: build process > Reporter: Lewis John McGibbney > Assignee: Ibrahim Jarif > Fix For: 1.3.0 > > > We have a number of areas where Travis-CI logs indicate attention is required. > Examples include > {code} > test_return_array_shape (ocw.tests.test_dataset_processor.TestRcmesSpatialRegrid) ... /home/travis/miniconda/envs/venv-ocw/lib/python2.7/site-packages/numpy/ma/core.py:3117: VisibleDeprecationWarning: using a boolean instead of an integer will result in an error in the future > dout = self.data[indx] > /home/travis/build/apache/climate/ocw/dataset_processor.py:962: VisibleDeprecationWarning: using a boolean instead of an integer will result in an error in the future > spatial_values.data[idx] = q_shifted[idx] > /home/travis/miniconda/envs/venv-ocw/lib/python2.7/site-packages/numpy/ma/core.py:3222: VisibleDeprecationWarning: using a boolean instead of an integer will result in an error in the future > _data[indx] = dval > ok > {code} > {code} > test_returned_lats (ocw.tests.test_dataset_processor.TestSpatialRegrid) ... /home/travis/build/apache/climate/ocw/dataset_processor.py:300: VisibleDeprecationWarning: using a boolean instead of an integer will result in an error in the future > values_original.data[idx] = q_shifted[idx] > ok > {code} > {code} > test_invalid_unit_rebin (ocw.tests.test_dataset_processor.TestTemporalRebin) ... Error: unknown unit type selected for time averaging: EXIT > ok > {code} > {code} > test_time_dimension_not_multiple_of_orig_time_dimension (ocw.tests.test_dataset_processor.TestTemporalRebinWithTimeIndex) ... Warning: length of time dimension must be a multiple of nt_average > ok > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)