switch to Boolean semantics for synth
This commit is contained in:
parent
1882f24506
commit
399bf2f421
2 changed files with 5 additions and 7 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue