We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc07b8 commit 2dc2de2Copy full SHA for 2dc2de2
test/intervals.py
@@ -126,10 +126,10 @@ def trepr(s):
126
pprint(data, f)
127
128
129
-if __name__ == '__main__':
+# if __name__ == '__main__':
130
# ivs = gaps_rand()
131
# write_ivs_data('ivs3', ivs, docstring="""
132
# Random integer ranges, with gaps.
133
# """
134
# )
135
- pprint(ivs)
+ # pprint(ivs)
test/optimality/optimality_test.py
@@ -25,8 +25,10 @@
25
from test.optimality.optimality_test_matrix import OptimalityTestMatrix
26
from test import data
27
28
+from intervaltree import IntervalTree
29
-matrix = OptimalityTestMatrix(verbose=1)
30
+
31
+matrix = OptimalityTestMatrix(verbose=True)
32
matrix.run()
33
34
0 commit comments