• Rich Hankins's avatar
    Fix make_disjoint_window for tail case · 834de32f
    Rich Hankins authored
    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.
    834de32f
test_utils.py 7.5 KB