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 2021/04/19 21:34:09 UTC

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #20189: [v1.x] Fix python doc version dropdown

Zha0q1 commented on a change in pull request #20189:
URL: https://github.com/apache/incubator-mxnet/pull/20189#discussion_r616192924



##########
File path: tests/python/unittest/test_operator.py
##########
@@ -10133,4 +10130,8 @@ def hybrid_forward(self, F, X, axis=-1):
     grads2 = run_model(model2, loss, X, Y)
 
     for i in range(len(grads1)):
-        assert_almost_equal(grads1[i], grads2[i])
\ No newline at end of file
+        assert_almost_equal(grads1[i], grads2[i])

Review comment:
       would you remove this unrelated change




-- 
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