forgot to add sugar module + fix breakage due to sugar module
This commit is contained in:
parent
7002246850
commit
6075df175b
3 changed files with 33 additions and 4 deletions
|
|
@ -55,5 +55,5 @@ def test_temporal_identity4(phi):
|
|||
|
||||
@given(MetricTemporalLogicStrategy)
|
||||
def test_temporal_identity5(phi):
|
||||
assert mtl.until(mtl.TOP, phi)(x, 0, quantitative=False) \
|
||||
== mtl.env(phi)(x, 0, quantitative=False)
|
||||
assert mtl.TOP.until(phi)(x, 0, quantitative=False) \
|
||||
== phi.eventually()(x, 0, quantitative=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue