flake8
This commit is contained in:
parent
25dfee86b0
commit
1b18efadfa
7 changed files with 7 additions and 15 deletions
|
|
@ -2,7 +2,6 @@ import mtl
|
|||
from mtl.hypothesis import MetricTemporalLogicStrategy
|
||||
|
||||
from hypothesis import given
|
||||
from pytest import raises
|
||||
|
||||
CONTEXT = {
|
||||
'ap1': mtl.parse('x'),
|
||||
|
|
@ -13,6 +12,7 @@ CONTEXT = {
|
|||
}
|
||||
APS = set(CONTEXT.keys())
|
||||
|
||||
|
||||
def test_inline_context_rigid():
|
||||
phi = mtl.parse('G ap1')
|
||||
assert phi[CONTEXT] == mtl.parse('G x')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue