switch to Boolean semantics for synth

This commit is contained in:
Marcell Vazquez-Chanlatte 2016-10-10 00:19:07 -07:00
parent 1882f24506
commit 399bf2f421
2 changed files with 5 additions and 7 deletions

View file

@ -17,7 +17,6 @@ x = pd.DataFrame([[1,2], [1,4], [4,2]], index=[0,0.1,0.2],
columns=["A", "B"])
class TestSTLRobustness(unittest.TestCase):
@params(ex1, ex2, ex3, ex4, ex5, ex6)
def test_stl(self, phi_str, r):