Skip to content

Commit

Permalink
Drop dmlc-core commits that break MXNet build (apache#12189)
Browse files Browse the repository at this point in the history
* Drop dmlc-core commits that break MXNet build

* Revert "Disable test_io.test_CSVIter (apache#12146)"

This reverts commit a6ecb59.
  • Loading branch information
hcho3 authored and anirudh2290 committed Aug 16, 2018
1 parent 53ccc66 commit 6f024b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/dmlc-core
1 change: 0 additions & 1 deletion tests/python/unittest/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6f024b7

Please sign in to comment.