Skip to content

Commit

Permalink
PEP8 formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattilyra committed Feb 7, 2014
1 parent 28891fe commit ca09098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/cluster/tests/test_k_means.py
Expand Up @@ -107,6 +107,7 @@ def test_labels_assignment_and_inertia_L1():
assert_array_almost_equal(inertia_csr, inertia_gold)
assert_array_equal(labels_csr, labels_gold)


def test_minibatch_update_consistency():
"""Check that dense and sparse minibatch update give the same results"""
rng = np.random.RandomState(42)
Expand Down

0 comments on commit ca09098

Please sign in to comment.