With `57040351700` and `2015`, an `IndexError` happens with `.identify_candidates_from_sources(): ```python if len(chunks[-1]) <= size // 2 and len(chunks) > 1: ~~~~~~^^^^ IndexError: list index out of range ```
With
57040351700and2015, anIndexErrorhappens with `.identify_candidates_from_sources():