Exemplo n.º 1
0
def test_fft_get_pattern(dilate, length, expect):
    p = Fft.get_pattern(dilate, length)
    assert p == expect