Skip to content

Commit

Permalink
enabling test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 29, 2019
1 parent aaa9ac5 commit 4c893ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,6 @@ def test_convolution_grouping():
np.testing.assert_allclose(arr1.asnumpy(), arr2.asnumpy(), rtol=1e-3, atol=1e-3)


@unittest.skip("Flaky test /~https://github.com/apache/incubator-mxnet/issues/12203")
@with_seed()
def test_depthwise_convolution():
for dim in [1,2]:
Expand Down

0 comments on commit 4c893ed

Please sign in to comment.