AlexandreDecan / portion

portion, a Python library providing data structure and operations for intervals.
GNU Lesser General Public License v3.0
476 stars 34 forks source link

Empty Calculation Bug #89

Closed Albuser closed 12 months ago

Albuser commented 12 months ago
myInterval = P.open(0, 1)

print(myInterval.empty)  # False
Albuser commented 12 months ago

Seems to be the same underlying problem as my other issue

Albuser commented 12 months ago

Never mind, I'm being silly and considering these as strictly integer intervals

AlexandreDecan commented 12 months ago

No problem ;-)