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 2019/03/13 13:28:25 UTC

[GitHub] [incubator-mxnet] kiendang commented on a change in pull request #14417: Fix relative difference scala

kiendang commented on a change in pull request #14417: Fix relative difference scala
URL: https://github.com/apache/incubator-mxnet/pull/14417#discussion_r265124821
 
 

 ##########
 File path: scala-package/core/src/test/scala/org/apache/mxnet/NDArraySuite.scala
 ##########
 @@ -335,7 +335,7 @@ class NDArraySuite extends FunSuite with BeforeAndAfterAll with Matchers {
   }
 
   test("arange") {
-    for (i <- 0 until 5) {
+    for (i <- 0 until 10000) {
 
 Review comment:
   Sure. That's definitely a better solution.

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


With regards,
Apache Git Services