Skip to content

Commit c389d7d

Browse files
committed
Cosmit: comment
as requested by @ogrisel
1 parent 6d0c727 commit c389d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/cluster/tests/test_hierarchical.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_structured_ward_tree():
2323
"""
2424
rnd = np.random.RandomState(0)
2525
mask = np.ones([10, 10], dtype=np.bool)
26+
# Avoding a mask with only 'True' entries
2627
mask[4:7, 4:7] = 0
2728
X = rnd.randn(50, 100)
2829
connectivity = grid_to_graph(*mask.shape)

0 commit comments

Comments
 (0)