91c71d9b2c680c67d70944f290eb39a6b5e4522c,scipy/interpolate/tests/test_polyint.py,,test_shapes,#,57

Before Change


            for s2 in SHAPES:
                for axis in range(-len(s2), len(s2)):
                    if ip != CubicSpline:
                        yield check_shape, ip, s1, s2, None, axis
                    else:
                        for bc in ["natural", "clamped"]:
                            extra = {"bc_type": bc}
                            yield check_shape, ip, s1, s2, None, axis, extra

After Change


            for s2 in SHAPES:
                for axis in range(-len(s2), len(s2)):
                    if ip != CubicSpline:
                        check_shape(ip, s1, s2, None, axis)
                    else:
                        for bc in ["natural", "clamped"]:
                            extra = {"bc_type": bc}
                            check_shape(ip, s1, s2, None, axis, extra)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/interpolate/tests/test_polyint.py
Class Name:
Method Name: test_shapes


Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/interpolate/tests/test_polyint.py
Class Name:
Method Name: test_deriv_shapes


Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/interpolate/tests/test_polyint.py
Class Name:
Method Name: test_derivs_shapes


Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/interpolate/tests/test_polyint.py
Class Name:
Method Name: test_shapes