Skip to content

Fix proper_subset when other shares boundary#43

Open
RadixSeven wants to merge 1 commit intoActiveState:masterfrom
RadixSeven:Fix-proper_subset
Open

Fix proper_subset when other shares boundary#43
RadixSeven wants to merge 1 commit intoActiveState:masterfrom
RadixSeven:Fix-proper_subset

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