szha commented on a change in pull request #17259: [CD] fix CD pipeline
URL: https://github.com/apache/incubator-mxnet/pull/17259#discussion_r365044385
 
 

 ##########
 File path: tests/python/mkl/test_mkldnn.py
 ##########
 @@ -95,7 +95,7 @@ def __getitem__(self, key):
     for _ in loader:
         y = net(mx.nd.array(np.ones(X))).asnumpy()
         # output should be 016711406 (non-mkldnn mode output)
-        assert_almost_equal(y[0, 0, 0, 0], 0.016711406)
+        assert_almost_equal(y[0, 0, 0, 0], np.array(0.016711406))
 
 Review comment:
   See 
https://github.com/apache/incubator-mxnet/commit/06438ab7a3099de1937f25ce758f687ff3771de7#r36720059

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