91c71d9b2c680c67d70944f290eb39a6b5e4522c,scipy/_lib/tests/test_ccallback.py,,test_callbacks,#,96
Before Change
for caller in sorted(CALLERS.keys()):
for func in sorted(FUNCS.keys()):
for user_data in sorted(USER_DATAS.keys()):
yield check, caller, func, user_data
def test_bad_callbacks():
def check(caller, func, user_data):
After Change
for caller in sorted(CALLERS.keys()):
for func in sorted(FUNCS.keys()):
for user_data in sorted(USER_DATAS.keys()):
check(caller, func, user_data)
def test_bad_callbacks():
def check(caller, func, user_data):
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 4
Instances Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/_lib/tests/test_ccallback.py
Class Name:
Method Name: test_callbacks
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_construct_shortest_path
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/_lib/tests/test_ccallback.py
Class Name:
Method Name: test_bad_callbacks
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_undirected
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_unweighted_path
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_shortest_path_indices
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_predecessors
Project Name: scipy/scipy
Commit Name: 91c71d9b2c680c67d70944f290eb39a6b5e4522c
Time: 2017-07-23
Author: pav@iki.fi
File Name: scipy/sparse/csgraph/tests/test_shortest_path.py
Class Name:
Method Name: test_negative_cycles