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 2018/06/28 08:28:28 UTC

[GitHub] nswamy commented on a change in pull request #11377: [MXNET-564] Fix the Flaky test on arange

nswamy commented on a change in pull request #11377: [MXNET-564] Fix the Flaky test on arange
URL: https://github.com/apache/incubator-mxnet/pull/11377#discussion_r198749507
 
 

 ##########
 File path: scala-package/core/src/test/scala/org/apache/mxnet/CheckUtils.scala
 ##########
 @@ -30,4 +30,13 @@ object CheckUtils {
     val norm: Float = a.reduce(Math.abs(_) + Math.abs(_))
     diff / norm
   }
+
+  def almost_equal(a: Array[Float], b: Array[Float],
 
 Review comment:
   is this used anywhere, can we bring it when necessary

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


With regards,
Apache Git Services