8a0947deef6c5b5eef6b76460237a1c5103eab35,dipy/stats/tests/test_analysis.py,,test_ba,#,22
Before Change
with TemporaryDirectory() as dirpath:
data_path = get_fnames("fornix")
fornix = load_tractogram(data_path, "same",
bbox_valid_check=False).get_streamlines()
f = Streamlines(fornix)
mb = os.path.join(dirpath, "model_bundles")
After Change
with TemporaryDirectory() as dirpath:
data_path = get_fnames("fornix")
fornix = load_tractogram(data_path, "same",
bbox_valid_check=False).streamlines
f = Streamlines(fornix)
mb = os.path.join(dirpath, "model_bundles")
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 4
Instances
Project Name: nipy/dipy
Commit Name: 8a0947deef6c5b5eef6b76460237a1c5103eab35
Time: 2019-07-25
Author: francois.m.rheault@usherbrooke
File Name: dipy/stats/tests/test_analysis.py
Class Name:
Method Name: test_ba
Project Name: nipy/dipy
Commit Name: 8a0947deef6c5b5eef6b76460237a1c5103eab35
Time: 2019-07-25
Author: francois.m.rheault@usherbrooke
File Name: dipy/workflows/tests/test_segment.py
Class Name:
Method Name: test_recobundles_flow
Project Name: nipy/dipy
Commit Name: 8a0947deef6c5b5eef6b76460237a1c5103eab35
Time: 2019-07-25
Author: francois.m.rheault@usherbrooke
File Name: dipy/stats/analysis.py
Class Name:
Method Name: bundle_analysis
Project Name: nipy/dipy
Commit Name: 8a0947deef6c5b5eef6b76460237a1c5103eab35
Time: 2019-07-25
Author: francois.m.rheault@usherbrooke
File Name: dipy/workflows/tests/test_align.py
Class Name:
Method Name: test_slr_flow
Project Name: nipy/dipy
Commit Name: 8a0947deef6c5b5eef6b76460237a1c5103eab35
Time: 2019-07-25
Author: francois.m.rheault@usherbrooke
File Name: dipy/workflows/tests/test_stats.py
Class Name:
Method Name: test_bundle_analysis_population_flow