You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently got this error: ValueError: IntervalTree: Null Interval objects not allowed in IntervalTree: Interval(123, 123)
What I wanted to do is - let's say I have this intervals: 120-122, 123, 124-130 - I wanted to merge such intervals automatically to 120-130.
I think there should be more documentation on how to best use IntervalTree for descrete values. For my current project, I think I try another approach that doesn't include intervals.
I recently got this error:
ValueError: IntervalTree: Null Interval objects not allowed in IntervalTree: Interval(123, 123)
What I wanted to do is - let's say I have this intervals: 120-122, 123, 124-130 - I wanted to merge such intervals automatically to 120-130.
I think there should be more documentation on how to best use IntervalTree for descrete values. For my current project, I think I try another approach that doesn't include intervals.
Somehow related to #59
The text was updated successfully, but these errors were encountered: