I think line 112 (in function `separate_dps`) of cc/main/src/utils/utils.py should be ```python aug_asts.append([ast[i : i + max_len], i + half_len]) ``` instead of ```python aug_asts.append([ast[i : i + max_len], half_len]) ```