Skip to content

Commit 2ac3353

Browse files
authored
Use d0
1 parent 17432f7 commit 2ac3353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf/test/test_Query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ def test_Query_evaluate(self):
525525
d1 = cf.wi(6, 8, open_lower=True)
526526
d2 = cf.wi(6, 8, open_upper=True)
527527
d3 = cf.wi(6, 8, open_lower=True, open_upper=True)
528+
all_d = [d, d0, d1, d2, d3]
528529

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

0 commit comments

Comments
 (0)