Skip to content

Commit

Permalink
Re-enable flaky test_prelu (apache#15777)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and wkcn committed Aug 19, 2019
1 parent 8eb0f61 commit bcbdc1c
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 @@ -794,7 +794,6 @@ def fleaky_relu_grad(grad, x, y, act_type, slope=0.25):
# NOTE(haojin2): Skipping the numeric check tests for float16 data type due to precision issues,
# the analytical checks are still performed on each and every data type to verify the correctness.
@with_seed()
@unittest.skip("Flaky test tracked by https://github.com/apache/incubator-mxnet/issues/12885")
def test_prelu():
def fprelu(x, gamma):
pos_indices = x > 0
Expand Down

0 comments on commit bcbdc1c

Please sign in to comment.