This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Fix branch coverage
tags/nilmdb-2.0.0
Jim Paris
3 years ago
parent
2d200a86c9
commit
cadba9fbba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nilmdb/utils/interval.py
+ 1
- 1
nilmdb/utils/interval.py
View File
@@ -98,7 +98,7 @@ def _interval_math_helper(a, b, op, subset = True):
in_b = True
elif k == 2:
in_a = False
el
if k == 3:
el
se: # k == 3
in_b = False
include = op(in_a, in_b)
if include and out_start is None:
Write
Preview
Loading…
Cancel
Save