ef321d0daec687466f402e2fa2cd96cb36413a9f,scipy/special/tests/test_orthogonal_eval.py,TestPolys,check_poly,#TestPolys#Any#Any#Any#Any#Any#Any#Any#Any#,24
Before Change
ds = FuncData(polyfunc, dataset, range(len(param_ranges)+2), -1,
rtol=rtol)
ds.check()
def test_jacobi(self):
self.check_poly(orth.eval_jacobi, orth.jacobi,
param_ranges=[(-0.99, 10), (-0.99, 10)], x_range=[-1, 1],
After Change
return func(*p)
olderr = np.seterr(all="raise")
try:
ds = FuncData(polyfunc, dataset, range(len(param_ranges)+2), -1,
rtol=rtol)
ds.check()
finally:
np.seterr(**olderr)
def test_jacobi(self):
self.check_poly(orth.eval_jacobi, orth.jacobi,
param_ranges=[(-0.99, 10), (-0.99, 10)], x_range=[-1, 1],
rtol=1e-5)
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances
Project Name: scipy/scipy
Commit Name: ef321d0daec687466f402e2fa2cd96cb36413a9f
Time: 2010-11-27
Author: pav@iki.fi
File Name: scipy/special/tests/test_orthogonal_eval.py
Class Name: TestPolys
Method Name: check_poly
Project Name: scipy/scipy
Commit Name: 4ec38b12619e777d257ffcd70715011cd12a7438
Time: 2011-09-25
Author: ralf.gommers@googlemail.com
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_lpmv
Project Name: scipy/scipy
Commit Name: 4ec38b12619e777d257ffcd70715011cd12a7438
Time: 2011-09-25
Author: ralf.gommers@googlemail.com
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_hyp2f1_real_some
Project Name: scipy/scipy
Commit Name: 4ec38b12619e777d257ffcd70715011cd12a7438
Time: 2011-09-25
Author: ralf.gommers@googlemail.com
File Name: scipy/special/tests/test_mpmath.py
Class Name:
Method Name: test_hyp2f1_real_some_points
Project Name: scipy/scipy
Commit Name: bd311699c3e91a6953598d0d33725760a53902cc
Time: 2011-01-15
Author: ralf.gommers@googlemail.com
File Name: scipy/special/tests/test_lambertw.py
Class Name:
Method Name: test_values