From dev-return-42927-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Dec 5 13:26:50 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5F19C18062B for ; Wed, 5 Dec 2018 13:26:50 +0100 (CET) Received: (qmail 98691 invoked by uid 500); 5 Dec 2018 12:26:49 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 98672 invoked by uid 99); 5 Dec 2018 12:26:48 -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, 05 Dec 2018 12:26:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A38DFE10DF; Wed, 5 Dec 2018 12:26:48 +0000 (UTC) From: avplatonov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #5577: IGNITE-10549: LogisticRegressionSGDTrainerTest fa... Content-Type: text/plain Date: Wed, 5 Dec 2018 12:26:48 +0000 (UTC) GitHub user avplatonov opened a pull request: https://github.com/apache/ignite/pull/5577 IGNITE-10549: LogisticRegressionSGDTrainerTest fails with BLAS You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10549 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5577.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5577 ---- commit 3c97f7aef94f1df6cc6cb8d1fd0a3b636fbe26e1 Author: Alexey Platonov Date: 2018-12-05T12:25:16Z fix test ---- ---