6ea94ab139681914fa165403a283c3b0d08b783b,dipy/align/tests/test_streamlinear.py,,fornix_streamlines,#Any#,47

Before Change



def fornix_streamlines(no_pts=12):
    fname = get_fnames("fornix")
    streams, hdr = tv.read(fname)
    streamlines = [set_number_of_points(i[0], no_pts) for i in streams]
    return streamlines

After Change


def fornix_streamlines(no_pts=12):
    fname = get_fnames("fornix")

    fornix = load_tractogram(fname, "same",
                             bbox_valid_check=False).streamlines

    fornix_streamlines = Streamlines(fornix)
    streamlines = [set_number_of_points(i[0], no_pts)
                   for i in fornix_streamlines]
    return streamlines
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 8

Instances


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: dipy/align/tests/test_streamlinear.py
Class Name:
Method Name: fornix_streamlines


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: doc/examples/segment_extending_clustering_framework.py
Class Name:
Method Name:


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: doc/examples/segment_quickbundles.py
Class Name:
Method Name:


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: dipy/segment/benchmarks/bench_quickbundles.py
Class Name:
Method Name: bench_quickbundles


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: dipy/tracking/benchmarks/bench_streamline.py
Class Name:
Method Name: bench_compress_streamlines


Project Name: nipy/dipy
Commit Name: 6ea94ab139681914fa165403a283c3b0d08b783b
Time: 2019-07-30
Author: skab12@gmail.com
File Name: doc/examples/segment_extending_clustering_framework.py
Class Name:
Method Name: