b48f1d950b01cd3e73acc20e17659e59646c43fb,dipy/reconst/tests/test_shm.py,,test_smooth_pinv,#,71
Before Change
def test_smooth_pinv():
hemi = HemiSphere.from_sphere(unit_icosahedron.subdivide(2))
m, n = sph_harm_ind_list(4)
B = real_sph_harm(m, n, hemi.phi[:, None], hemi.theta[:, None])
L = np.zeros(len(m))
After Change
def test_smooth_pinv():
hemi = hemi_icosahedron.subdivide(2)
m, n = sph_harm_ind_list(4)
B = real_sph_harm(m, n, hemi.phi[:, None], hemi.theta[:, None])
L = np.zeros(len(m))
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: nipy/dipy
Commit Name: b48f1d950b01cd3e73acc20e17659e59646c43fb
Time: 2013-01-28
Author: mrbago@gmail.com
File Name: dipy/reconst/tests/test_shm.py
Class Name:
Method Name: test_smooth_pinv
Project Name: nipy/dipy
Commit Name: b48f1d950b01cd3e73acc20e17659e59646c43fb
Time: 2013-01-28
Author: mrbago@gmail.com
File Name: dipy/reconst/tests/test_shm.py
Class Name:
Method Name: make_fake_signal
Project Name: nipy/dipy
Commit Name: b48f1d950b01cd3e73acc20e17659e59646c43fb
Time: 2013-01-28
Author: mrbago@gmail.com
File Name: dipy/reconst/tests/test_shm.py
Class Name:
Method Name: test_hat_and_lcr