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

@ -24,6 +24,7 @@ def test_identities(phi):
assert (phi | phi) | phi == phi | (phi | phi)
assert ~~phi == phi
def test_walk():
phi = stl.parse(
'(([ ][0, 1] ap1 & < >[1,2] ap2) | (@ap1 U ap2))')