c7c80b8429ab70ea3b4d17451eac9cd5020e68a8,dipy/align/tests/test_imwarp.py,,test_em_3d_demons,#,867
Before Change
print(energy_profile)
if USING_VC_SSE2:
expected_profile = \
np.array([144.03694708, 122.39512307, 111.31925381, 90.9100989,
93.93705232, 104.22993997, 110.57817867, 140.45262039,
133.87804571, 119.20794977])
elif USING_GCC_SSE2:
expected_profile = \
np.array([144.03694708, 122.39512227, 111.31924572, 90.91010482,
93.93707059, 104.22996918, 110.57822649, 140.45298465,
After Change
that produces a change in the energy profile should be carefully validated
to ensure no accuracy loss.
"""
fname = get_data("t1_coronal_slice")
nslices = 21
b = 0.1
m = 4
image = np.load(fname)
moving, static = get_warped_stacked_image(image, nslices, b, m)
//Create the EM metric
smooth=2.0
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances Project Name: nipy/dipy
Commit Name: c7c80b8429ab70ea3b4d17451eac9cd5020e68a8
Time: 2015-12-16
Author: jomarocegueda@gmail.com
File Name: dipy/align/tests/test_imwarp.py
Class Name:
Method Name: test_em_3d_demons
Project Name: nilearn/nilearn
Commit Name: 380c0681bf8b9252befec411d12b71b0678222c6
Time: 2015-02-10
Author: danilobzdok@gmail.com
File Name: nilearn/input_data/tests/test_nifti_masker.py
Class Name:
Method Name: test_mask_4d
Project Name: nipy/dipy
Commit Name: c7c80b8429ab70ea3b4d17451eac9cd5020e68a8
Time: 2015-12-16
Author: jomarocegueda@gmail.com
File Name: dipy/align/tests/test_imwarp.py
Class Name:
Method Name: test_em_3d_gauss_newton