Skip to content

Commit

Permalink
fix mis-indent in IForestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
titicaca committed Apr 9, 2019
1 parent de147db commit 588f9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class IForestSuite extends SparkFunSuite with MLlibTestSparkContext with Default
.setMaxFeatures(0.5)
.setSeed(123L)
val model = iforest.fit(dataset)
assert(model.trees.length === 10)
assert(model.trees.length === 10)

val summary = model.summary
val anomalies = summary.anomalies.collect
Expand Down

0 comments on commit 588f9ab

Please sign in to comment.