flake8 fixes + unregister LinEq in boolean eval
This commit is contained in:
parent
d2cd678018
commit
5fd66cfd2c
4 changed files with 3 additions and 17 deletions
|
|
@ -1,15 +1,14 @@
|
|||
import operator as op
|
||||
from functools import reduce, singledispatch
|
||||
from operator import and_, or_
|
||||
|
||||
import funcy as fn
|
||||
from bitarray import bitarray
|
||||
from lenses import bind
|
||||
|
||||
import stl.ast
|
||||
|
||||
oo = float('inf')
|
||||
|
||||
|
||||
def get_times(x, tau, lo, hi):
|
||||
end = min(v.domain.end() for v in x.values())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue