Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Overlap with" missing some cases #406

Closed
mboudet opened this issue Jul 19, 2023 · 0 comments · Fixed by #404
Closed

"Overlap with" missing some cases #406

mboudet opened this issue Jul 19, 2023 · 0 comments · Fixed by #404

Comments

@mboudet
Copy link
Contributor

mboudet commented Jul 19, 2023

For now, A 'overlap with' B means the following:

(B.start > A.start && B.start < A.end) || (B.end > A.start && B.end < A.end)

This misses the case where A is included in B.

A.start > B.start && A.end < B.end
@mboudet mboudet mentioned this issue Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant