Closed Albuser closed 12 months ago
If an atomic unit of an interval is empty, the enclosure will still consider it. For example:
first = P.open(2,3) second = P.closed(5,6) print((first | second).enclosure)
returns (2,6], whereas I would expect [5,6].
Never mind, I'm being silly and considering these as strictly integer intervals
If an atomic unit of an interval is empty, the enclosure will still consider it. For example:
returns (2,6], whereas I would expect [5,6].