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 2019/10/17 05:34:07 UTC

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16513: Bug fix for the input of same axes of the swapaxes operator

reminisce commented on a change in pull request #16513: Bug fix for the input of same axes of the swapaxes operator
URL: https://github.com/apache/incubator-mxnet/pull/16513#discussion_r335815662
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -716,6 +716,23 @@ def test_swapaxes():
 
     assert_almost_equal(out, swap_)
 
+    config = [((1, 1, 2), 0, 1),
 
 Review comment:
   Can you add the test cases to `test_np_swapaxes` as well? Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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