(a: tuple[int, int], b: tuple[int, int])
| 76 | "embargo-only splits explicitly." |
| 77 | ) |
| 78 | return [(i, i) for i in range(n_rows)] |
| 79 | ends = [int(v) for v in event_end_indices] |
| 80 | if len(ends) != n_rows: |
| 81 | raise ValueError( |
| 82 | f"event_end_indices/X length mismatch: {len(ends)} vs {n_rows}" |
no outgoing calls
no test coverage detected