提交 8d57b16e authored 作者: David Warde-Farley's avatar David Warde-Farley

Fix KeyError I introduced because of duplicate 'correct4' in test case dict.

上级 36e04bca
...@@ -806,9 +806,9 @@ ClipTester = makeTester(name='ClipTester', ...@@ -806,9 +806,9 @@ ClipTester = makeTester(name='ClipTester',
-1, 1), -1, 1),
correct4=(randint(5, 5).astype('int16'), correct4=(randint(5, 5).astype('int16'),
-1, 1), -1, 1),
correct4=(randint(5, 5).astype('int32'), correct5=(randint(5, 5).astype('int32'),
-1, 1), -1, 1),
correct5=(randint(5, 5).astype('int64'), correct6=(randint(5, 5).astype('int64'),
-1, 1)), -1, 1)),
# These don't build -- is this equivalent to marking # These don't build -- is this equivalent to marking
# them as 'known fail'? # them as 'known fail'?
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论