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,5 @@
# -*- coding: utf-8 -*-
from hypothesis import event, given
from hypothesis import given
from traces import TimeSeries
import mtl
@ -19,7 +19,7 @@ TS = {
def test_stablizing_repr(phi):
for _ in range(10):
phi, phi2 = mtl.parse(str(phi)), phi
assert phi == phi2