javelinjs commented on a change in pull request #7246: [Scala] Make Module Api 
sync with Python interface
URL: https://github.com/apache/incubator-mxnet/pull/7246#discussion_r131204369
 
 

 ##########
 File path: scala-package/core/src/test/scala/ml/dmlc/mxnet/OperatorSuite.scala
 ##########
 @@ -239,7 +239,7 @@ class OperatorSuite extends FunSuite with BeforeAndAfterAll
       var exe = x.simpleBind(ctx = Context.cpu(), gradReq = "write", shapeDict 
= Map())
       exe.forward(isTrain = false)
       assert(exe.gradArrays.length == 0)
-      assert(CheckUtils.reldiff(result.toArray, exe.outputs.head.toArray) <= 
1e-5f)
 
 Review comment:
   why we have to modify this?
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to