-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some code clean up. #5794
Some code clean up. #5794
Conversation
LGTM. |
Test build #31351 timed out for PR 5794 at commit |
Jenkins, retest this please. |
@@ -105,8 +105,7 @@ object LinearDataGenerator { | |||
val x = Array.fill[Array[Double]](nPoints)( | |||
Array.fill[Double](weights.length)(rnd.nextDouble())) | |||
|
|||
x.foreach { | |||
case v => | |||
x.foreach { v => | |||
var i = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should change the indent too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!
Test build #31369 has finished for PR 5794 at commit
|
Test build #31375 has finished for PR 5794 at commit
|
Thanks. I've merged this in master. |
Author: DB Tsai <dbt@netflix.com> Closes apache#5794 from dbtsai/clean and squashes the following commits: ad639dd [DB Tsai] Indentation 834d527 [DB Tsai] Some code clean up.
Author: DB Tsai <dbt@netflix.com> Closes apache#5794 from dbtsai/clean and squashes the following commits: ad639dd [DB Tsai] Indentation 834d527 [DB Tsai] Some code clean up.
Author: DB Tsai <dbt@netflix.com> Closes apache#5794 from dbtsai/clean and squashes the following commits: ad639dd [DB Tsai] Indentation 834d527 [DB Tsai] Some code clean up.
No description provided.