提交 46d63ca6 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

removed useless lines

They used to be there, because at one point I was timing the function under the believe that it takes way to much. Is not the case anymore.
上级 9d28f392
...@@ -288,9 +288,6 @@ def equal_computations(xs,ys, in_xs = None, in_ys = None, strict=True): ...@@ -288,9 +288,6 @@ def equal_computations(xs,ys, in_xs = None, in_ys = None, strict=True):
equivalence of inputs defined by map). Inputs are always assumed equivalence of inputs defined by map). Inputs are always assumed
equal if strict is set to False. equal if strict is set to False.
''' '''
import time
t00 = time.time()
if in_xs is None: if in_xs is None:
in_xs = [] in_xs = []
if in_ys is None: if in_ys is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论