Skip to content

Commit

Permalink
Use d0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Apr 24, 2024
1 parent 17432f7 commit 2ac3353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf/test/test_Query.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def test_Query_evaluate(self):
d1 = cf.wi(6, 8, open_lower=True)
d2 = cf.wi(6, 8, open_upper=True)
d3 = cf.wi(6, 8, open_lower=True, open_upper=True)
all_d = [d, d0, d1, d2, d3]

e = d | c # interval: [2, 4] | [6, 8]
e1 = c0 | d1 # interval: [2, 4] | (6, 8]
Expand Down

0 comments on commit 2ac3353

Please sign in to comment.