From 6f024b7d0671d5ae5c415f6c70e5f88dd30296b2 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 16 Aug 2018 14:17:15 -0700 Subject: [PATCH] Drop dmlc-core commits that break MXNet build (#12189) * Drop dmlc-core commits that break MXNet build * Revert "Disable test_io.test_CSVIter (#12146)" This reverts commit a6ecb5919d867e8c01acbaaadad2a3cc24638530. --- 3rdparty/dmlc-core | 2 +- tests/python/unittest/test_io.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/3rdparty/dmlc-core b/3rdparty/dmlc-core index 958c22b32c11..0a0e8addf92e 160000 --- a/3rdparty/dmlc-core +++ b/3rdparty/dmlc-core @@ -1 +1 @@ -Subproject commit 958c22b32c116ec967a9247d09eddb9c21ea6d4f +Subproject commit 0a0e8addf92e1287fd7a25c6314016b8c0138dee diff --git a/tests/python/unittest/test_io.py b/tests/python/unittest/test_io.py index ddb06f9052bb..4dfa69cc1050 100644 --- a/tests/python/unittest/test_io.py +++ b/tests/python/unittest/test_io.py @@ -309,7 +309,6 @@ def test_DataBatch(): 'DataBatch: data shapes: \[\(2L?, 3L?\), \(7L?, 8L?\)\] label shapes: \[\(4L?, 5L?\)\]', str(batch))) -@unittest.skip("Broken test: https://github.com/apache/incubator-mxnet/issues/12139") def test_CSVIter(): def check_CSVIter_synthetic(dtype='float32'): cwd = os.getcwd()