Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Re-enabling test_ndarray/test_cached
Browse files Browse the repository at this point in the history
Test passes on CPU and GPU (10000 runs)
  • Loading branch information
vandanavk committed Aug 4, 2018
1 parent 564e01a commit 5be6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def test_iter():
for i in range(x.size):
assert same(y[i].asnumpy(), x[i].asnumpy())

@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/8049")
@with_seed()
def test_cached():
sym = mx.sym.Convolution(kernel=(3, 3), num_filter=10) + 2
op = mx.nd.CachedOp(sym)
Expand Down

0 comments on commit 5be6364

Please sign in to comment.