Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix scala style.
  • Loading branch information
viirya committed Jun 11, 2015
commit 23c54a381f8a3e062982cc44bf6384c51ec5fd93
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class MathFunctionsSuite extends SparkFunSuite with ExpressionEvalHelper {
}

test("binary log") {
val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
val domain = (1 to 20).map(v => (v * 0.1, v * 0.2))

domain.foreach { case (v1, v2) =>
Expand Down