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
|
|
@ -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))')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue