This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-18 23:19:58 -07:00
parent 25dfee86b0
commit 1b18efadfa
7 changed files with 7 additions and 15 deletions

View file

@ -1,5 +1,4 @@
import mtl
from mtl.hypothesis import MetricTemporalLogicStrategy
import hypothesis.strategies as st
from hypothesis import given
@ -13,4 +12,3 @@ def test_params1(a, b, c):
phi2 = phi[{'a': a, 'b': b}]
assert phi2.params == set()
assert phi2 == mtl.parse(f'G[{a}, {b}](x)')