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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to