提交 32c9a5a5 authored 作者: --global's avatar --global

Give credit for the test case

上级 acefaac6
...@@ -624,6 +624,8 @@ class T_Scan(unittest.TestCase): ...@@ -624,6 +624,8 @@ class T_Scan(unittest.TestCase):
assert numpy.all(rval == inp[:-1]) assert numpy.all(rval == inp[:-1])
def test_using_negative_taps_sequence(self): def test_using_negative_taps_sequence(self):
# This test refers to a bug reported on github on May 22 2015 by
# user june-qijun
def lp(x, x2): def lp(x, x2):
return x return x
x = tensor.fvector('x') x = tensor.fvector('x')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论