flake8 fixes + unregister LinEq in boolean eval

This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-06 01:28:19 -07:00
parent d2cd678018
commit 5fd66cfd2c
4 changed files with 3 additions and 17 deletions

View file

@ -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())