(scalar_grouping_size)
| 69 | |
| 70 | |
| 71 | def test_callback_output_scalar(scalar_grouping_size): |
| 72 | check_output_for_grouping(scalar_grouping_size[0]) |
| 73 | |
| 74 | |
| 75 | def test_callback_output_tuple(list_grouping_size): |
nothing calls this directly
no test coverage detected
searching dependent graphs…