提交 4be55f63 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Include missing argument

上级 2377786e
...@@ -838,7 +838,7 @@ class T_Scan(unittest.TestCase): ...@@ -838,7 +838,7 @@ class T_Scan(unittest.TestCase):
n_steps=2) n_steps=2)
tensor.grad(a[-1], a0) tensor.grad(a[-1], a0)
def test_connection_pattern2(): def test_connection_pattern2(self):
# This tests for a crash in connection_pattern() when a scan node # This tests for a crash in connection_pattern() when a scan node
# has more than one mitmot (multiple input taps as well as # has more than one mitmot (multiple input taps as well as
# multiple output taps) output # multiple output taps) output
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论