Fix make_disjoint_window for tail case
When the continuation list contains a single entry, make_disjoint_window incorrectly truncates the context list to be empty. The fix checks for the non-overlapping case and, in that case, simply returns the existing lists.
Showing
Please register or sign in to comment