You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by yanboliang <gi...@git.apache.org> on 2017/08/05 13:46:37 UTC

[GitHub] spark pull request #18797: [SPARK-21523][ML] update breeze to 0.13.2 for an ...

Github user yanboliang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18797#discussion_r131522271
  
    --- Diff: mllib/src/test/scala/org/apache/spark/mllib/optimization/LBFGSSuite.scala ---
    @@ -191,8 +191,8 @@ class LBFGSSuite extends SparkFunSuite with MLlibTestSparkContext with Matchers
         // With smaller convergenceTol, it takes more steps.
         assert(lossLBFGS3.length > lossLBFGS2.length)
     
    -    // Based on observation, lossLBFGS3 runs 7 iterations, no theoretically guaranteed.
    -    assert(lossLBFGS3.length == 7)
    +    // Based on observation, lossLBFGS3 runs 6 iterations, no theoretically guaranteed.
    +    assert(lossLBFGS3.length == 6)
    --- End diff --
    
    If no theoretically guaranteed, why we need to keep this test? I remember we change here multiple times when we did breeze upgrade. What do you think about just removing this line? We never check the number of iterations at other test suites. @srowen @WeichenXu123 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org