Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

RadixSeven
Copy link

Without this fix, proper_subset gives the wrong answer both intervals share one boundary

Interval(4, 6).proper_subset(Interval(4, 7))

should return True, but without this fix, it returns False

Without this fix, proper_subset gives the wrong answer both intervals share one boundary

    Interval(4, 6).proper_subset(Interval(4, 7))

should return True, but without this fix, it returns False
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 this pull request may close these issues.

1 participant