You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2018/01/29 22:13:07 UTC

[incubator-mxnet] branch master updated: host test dataset for libsvmiter (#9620)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 16d995a  host test dataset for libsvmiter (#9620)
16d995a is described below

commit 16d995ab1a5192133852b50f5c10346aa7a4d81e
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Mon Jan 29 14:12:57 2018 -0800

    host test dataset for libsvmiter (#9620)
---
 tests/python/unittest/test_io.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/python/unittest/test_io.py b/tests/python/unittest/test_io.py
index c246be4..e8aba38 100644
--- a/tests/python/unittest/test_io.py
+++ b/tests/python/unittest/test_io.py
@@ -191,7 +191,6 @@ def test_NDArrayIter_csr():
         assert_almost_equal(batch.data[0].asnumpy(), expected)
         begin += batch_size
 
-@unittest.skip("test fails intermittently due to external dependency. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/9604")
 def test_LibSVMIter():
 
     def check_libSVMIter_synthetic():
@@ -226,7 +225,7 @@ def test_LibSVMIter():
         news_metadata = {
             'name': 'news20.t',
             'origin_name': 'news20.t.bz2',
-            'url': "http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/multiclass/news20.t.bz2",
+            'url': "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/news20.t.bz2",
             'feature_dim': 62060,
             'num_classes': 20,
             'num_examples': 3993,

-- 
To stop receiving notification emails like this one, please contact
jxie@apache.org.