提交 1a6ba24e authored 作者: Frederic's avatar Frederic

remove debug statement.

上级 6d692abb
...@@ -873,7 +873,7 @@ def is_same_graph(var1, var2, givens=None, debug=False): ...@@ -873,7 +873,7 @@ def is_same_graph(var1, var2, givens=None, debug=False):
# Get result from the merge-based function. # Get result from the merge-based function.
rval1 = is_same_graph_with_merge(var1=var1, var2=var2, givens=givens) rval1 = is_same_graph_with_merge(var1=var1, var2=var2, givens=givens)
# Get result from the function `equal_computations` from scan_utils. # Get result from the function `equal_computations` from scan_utils.
import ipdb;ipdb.set_trace()
use_equal_computations = True use_equal_computations = True
if givens: if givens:
# We need to build the `in_xs` and `in_ys` lists. To do this, we need # We need to build the `in_xs` and `in_ys` lists. To do this, we need
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论