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

[GitHub] piiswrong closed pull request #9620: host test dataset for libsvmiter

piiswrong closed pull request #9620: host test dataset for libsvmiter
URL: https://github.com/apache/incubator-mxnet/pull/9620
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/unittest/test_io.py b/tests/python/unittest/test_io.py
index c246be4382..e8aba38b82 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 check_libSVMIter_news_data():
         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,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services