You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/04 17:34:25 UTC

[GitHub] nswamy commented on a change in pull request #12812: [MXNET-886] ONNX export: HardSigmoid, Less, Greater, Equal

nswamy commented on a change in pull request #12812: [MXNET-886] ONNX export: HardSigmoid, Less, Greater, Equal
URL: https://github.com/apache/incubator-mxnet/pull/12812#discussion_r230597795
 
 

 ##########
 File path: tests/python-pytest/onnx/export/mxnet_export_test.py
 ##########
 @@ -238,6 +238,63 @@ def test_square():
 
     npt.assert_almost_equal(result, numpy_op)
 
+@with_seed()
+def test_greater():
 
 Review comment:
   I am seeing that a lot of repetitions in the test code. Could you please modularize the test code? happy to discuss offline

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services