Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlayton authored and GaelVaroquaux committed Jul 25, 2012
1 parent bddf256 commit bbc8038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/cluster/tests/test_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_spectral_clustering():
def test_spectral_amg_mode():
# Test the amg mode of SpectralClustering
centers = np.array([
[ 0., 0., 0.],
[0., 0., 0.],
[10., 10., 10.],
[20., 20., 20.],
])
Expand Down

0 comments on commit bbc8038

Please sign in to comment.