added tests for stl utils

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-02-25 19:06:24 -08:00
parent adb4cb6884
commit f69a52fae7
3 changed files with 21 additions and 23 deletions

View file

@ -43,7 +43,7 @@ class TestSTLRobustness(unittest.TestCase):
lo, hi = stl.smooth_robustness.smooth_robustness(phi, L=1, eps=0.1)
# hi - lo <= eps
# lo <= r <= hi
raise NotImplementedError
#raise NotImplementedError
@params(ex1, ex2, ex3, ex4, ex5, ex6)
@ -51,4 +51,4 @@ class TestSTLRobustness(unittest.TestCase):
phi = stl.parse(phi_str)
lo, hi = stl.smooth_robustness.smooth_robustness(phi, L=1, eps=0.1)
# hi - lo > 0
raise NotImplementedError
#raise NotImplementedError