idiotTest

Results 3 issues of idiotTest

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID abc_singleton ### Other environment information...

bug

In the func "find_overlaps",there is some code as flowing: ```python for start, end in remaining_intervals.copy(): for s, e in curr_group: overlap = set(range(s, e + 1)) & set(range(start, end +...

Hello.I think i don't know about the function add_window.There's some code that makes me wonder,“idx < len(doc) - window_size”. Actually,I know it's a critical condition,It makes the last window retain...