23e9399af2ae95533685182baf332a5932410a1e,dipy/segment/tests/test_clustering.py,,test_cluster_add,#,46

Before Change




def test_cluster_add():
    clusters = ClusterMap()
    cluster = clusters.add_cluster()

    indices = []
    for idx in range(1, 10):
        cluster.add(idx)

After Change




def test_cluster_add():
    cluster = Cluster()

    indices = []
    for idx in range(1, 10):
        cluster.add(idx)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: nipy/dipy
Commit Name: 23e9399af2ae95533685182baf332a5932410a1e
Time: 2015-01-22
Author: marc.cote.19@gmail.com
File Name: dipy/segment/tests/test_clustering.py
Class Name:
Method Name: test_cluster_add


Project Name: nipy/dipy
Commit Name: 23e9399af2ae95533685182baf332a5932410a1e
Time: 2015-01-22
Author: marc.cote.19@gmail.com
File Name: dipy/segment/tests/test_clustering.py
Class Name:
Method Name: test_cluster_attributes_and_constructor


Project Name: nipy/dipy
Commit Name: 23e9399af2ae95533685182baf332a5932410a1e
Time: 2015-01-22
Author: marc.cote.19@gmail.com
File Name: dipy/segment/tests/test_clustering.py
Class Name:
Method Name: test_cluster_getitem


Project Name: nipy/dipy
Commit Name: 23e9399af2ae95533685182baf332a5932410a1e
Time: 2015-01-22
Author: marc.cote.19@gmail.com
File Name: dipy/segment/tests/test_clustering.py
Class Name:
Method Name: test_cluster_iter