From dev-return-5816-archive-asf-public=cust-asf.ponee.io@singa.apache.org Wed Jun 17 13:42:08 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 19674180608 for ; Wed, 17 Jun 2020 15:42:08 +0200 (CEST) Received: (qmail 94416 invoked by uid 500); 17 Jun 2020 13:42:07 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 94405 invoked by uid 99); 17 Jun 2020 13:42:07 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2020 13:42:07 +0000 From: =?utf-8?q?GitBox?= To: dev@singa.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bsinga=5D_chrishkchris_opened_a_new_pull_request_?= =?utf-8?q?=23740=3A_fix_linting_error_by_changing_repeated_file_names?= Message-ID: Date: Wed, 17 Jun 2020 13:42:07 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit chrishkchris opened a new pull request #740: URL: https://github.com/apache/singa/pull/740 Originally, the CI linting test report "no-member" error on examples/cnn/train.py. ``` ************* Module train_mpi examples/cnn/train_mpi.py:82:4: E1101: Module 'train' has no 'run' member (no-member) ************* Module train_multiprocess examples/cnn/train_multiprocess.py:30:4: E1101: Module 'train' has no 'run' member (no-member) ``` It think it is due to the repeat of name with examples/qabot/train.py. Therefore, I renamed train.py to train_cnn.py in order to pass the CI linting. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org