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

@ -177,16 +177,6 @@ def eval_stl_ap(phi, _):
return _eval
@eval_stl.register(stl.LinEq)
def eval_stl_lineq(phi, _):
def _eval(x):
out = x[phi]
out.compact()
return out
return _eval
@eval_stl.register(type(stl.TOP))
def eval_stl_top(_, _1):
return lambda *_: TRUE_TRACE