Skip to content

Commit

Permalink
[MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi…
Browse files Browse the repository at this point in the history
… Proposal OP (apache#10201)

* disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP

* add jira issue link
  • Loading branch information
wkcn authored and zheng-da committed Jun 28, 2018
1 parent b96615b commit 5404b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ def test_cross_device_autograd():

assert_almost_equal(dx, x.grad.asnumpy())


@unittest.skip("JIRA issue: https://issues.apache.org/jira/projects/MXNET/issues/MXNET-130")
@with_seed()
def test_multi_proposal_op():
# paramters
Expand Down

0 comments on commit 5404b16

Please sign in to comment.