提交 246b53b2 authored 作者: Frederic's avatar Frederic

pep8

上级 a78a9a80
...@@ -85,7 +85,7 @@ def test_speed(): ...@@ -85,7 +85,7 @@ def test_speed():
print "%s takes %f s/Kop" % ( print "%s takes %f s/Kop" % (
'numpy', 'numpy',
(1000*(t_b-t_a) / (steps_b - steps_a))) (1000 * (t_b - t_a) / (steps_b - steps_a)))
def time_linker(name, linker): def time_linker(name, linker):
steps_a = 5 steps_a = 5
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论