1fa19a5365d049417da3c830fe7a1c63f2eb44af,scipy/special/tests/test_mpmath.py,,test_wrightomega_region2,#,658
Before Change
x, y = np.meshgrid(x, y)
z = (x + 1j*y).flatten()
dataset = []
for z0 in z:
dataset.append((z0, complex(_mpmath_wrightomega(z0, 25))))
dataset = np.asarray(dataset)
FuncData(sc.wrightomega, dataset, 0, 1, rtol=1e-15).check()
After Change
x, y = np.meshgrid(x, y)
z = (x + 1j*y).flatten()
dataset = np.asarray([(z0, complex(_mpmath_wrightomega(z0, 25)))
for z0 in z])
FuncData(sc.wrightomega, dataset, 0, 1, rtol=1e-15).check()
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 15
Instances
Project Name: scipy/scipy
Commit Name: 1fa19a5365d049417da3c830fe7a1c63f2eb44af
Time: 2018-12-14
Author: rth.yurchak@pm.me
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_wrightomega_region2
Project Name: scipy/scipy
Commit Name: 1fa19a5365d049417da3c830fe7a1c63f2eb44af
Time: 2018-12-14
Author: rth.yurchak@pm.me
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_wrightomega_branch
Project Name: scipy/scipy
Commit Name: 1fa19a5365d049417da3c830fe7a1c63f2eb44af
Time: 2018-12-14
Author: rth.yurchak@pm.me
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_wrightomega_region1
Project Name: scipy/scipy
Commit Name: 1fa19a5365d049417da3c830fe7a1c63f2eb44af
Time: 2018-12-14
Author: rth.yurchak@pm.me
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_lambertw_smallz
Project Name: scipy/scipy
Commit Name: 1fa19a5365d049417da3c830fe7a1c63f2eb44af
Time: 2018-12-14
Author: rth.yurchak@pm.me
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_wrightomega_region2