提交 6ea39844 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Indent fix

上级 61c1b955
...@@ -194,7 +194,7 @@ class test_CAReduce(unittest.TestCase): ...@@ -194,7 +194,7 @@ class test_CAReduce(unittest.TestCase):
if tosum is None: tosum = range(len(xsh)) if tosum is None: tosum = range(len(xsh))
f = copy(linker).accept(Env([x], [e])).make_function() f = copy(linker).accept(Env([x], [e])).make_function()
xv = numpy.asarray(numpy.random.rand(*xsh)) xv = numpy.asarray(numpy.random.rand(*xsh))
if not "int" in dtype: if not "int" in dtype:
xv = numpy.asarray(xv,dtype=dtype) xv = numpy.asarray(xv,dtype=dtype)
else: else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论