Skip to content

Commit

Permalink
Remove an unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 16, 2015
1 parent 19a9d63 commit c8dc6e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pyspark/ml/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ class KMeans(JavaEstimator, HasFeaturesCol, HasMaxIter, HasSeed):
True
>>> rows[2].prediction == rows[3].prediction
True
>>> kmeans.setParams("features")
Traceback (most recent call last):
...
TypeError: Method setParams forces keyword arguments.
"""

# a placeholder to make it appear in the generated doc
Expand Down

0 comments on commit c8dc6e6

Please sign in to comment.