(kinds, types_in)
| 960 | @attr("slow") |
| 961 | @cartesian_params(bin_input_kinds, iter_pow(set(integer_types) - set([np.bool_]), 2)) |
| 962 | def slow_test_mod2(kinds, types_in): |
| 963 | check_arithm_mod(kinds, types_in, shape_small) |
| 964 | |
| 965 | |
| 966 | def check_raises(kinds, types, op, shape): |
nothing calls this directly
no test coverage detected