提交 e7cd653b authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Remove debug print message in aesara.ifelse.CondMerge

上级 6af49652
......@@ -634,7 +634,6 @@ class CondMerge(GlobalOptimizer):
gpu=False,
name=mn_name + "&" + pl_name,
)
print("here")
new_outs = new_ifelse(*new_ins, return_list=True)
new_outs = [clone_replace(x) for x in new_outs]
old_outs = []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论