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

Commit

Permalink
reenable two unit tests (#15116)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 authored and sandeep-krishnamurthy committed Jun 7, 2019
1 parent 0337451 commit bcff498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3384,7 +3384,6 @@ def check_l2_normalization(in_shape, mode, dtype, norm_eps=1e-10):


@with_seed()
@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/15004")
def test_l2_normalization():
for dtype in ['float16', 'float32', 'float64']:
for mode in ['channel', 'spatial', 'instance']:
Expand Down Expand Up @@ -4859,7 +4858,6 @@ def test_1d_cond():
test_1d_cond()


@unittest.skip("Flaky test. Tracked in https://github.com/apache/incubator-mxnet/issues/13600")
@with_seed()
def test_softmin():
for ndim in range(1, 5):
Expand Down

0 comments on commit bcff498

Please sign in to comment.