Skip to content

intersection? #58

Open
Open
@chananshgong

Description

@chananshgong
t1 = IntervalTree([Interval(0, 10))
t2 = IntervalTree([Interval(5, 15)])
t1&t2
Out[]: IntervalTree()

would not you expect to get IntervalTree(Interval(5,10)) ?

0:10 ----------
5:15      ------------
*         -----

Metadata

Metadata

Assignees

No one assigned

    Labels

    Q&AQuestions and answers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions