提交 60143338 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix syntax error.

上级 869c80d4
...@@ -423,7 +423,7 @@ def test_valid_5(): ...@@ -423,7 +423,7 @@ def test_valid_5():
def test_valid_7_8_13(): def test_valid_7_8_13():
shapes = get_valid_shapes() shapes = get_valid_shapes()
# This is to test the "new" lower shared memory usage. # This is to test the "new" lower shared memory usage.
shapes.append(((10,30,60,60),(20,30,40,40), (1,1), (1,1), (1,1)) shapes.append(((10,30,60,60),(20,30,40,40), (1,1), (1,1), (1,1)))
version=[7,8,13] version=[7,8,13]
verbose=0 verbose=0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论