提交 8bce76d1 authored 作者: Reyhane Askari's avatar Reyhane Askari

small change in doc string

上级 cde0a6f5
...@@ -823,7 +823,7 @@ class DestroyHandler(toolbox.Bookkeeper): # noqa ...@@ -823,7 +823,7 @@ class DestroyHandler(toolbox.Bookkeeper): # noqa
self.fail_validate[app] = theano.gof.InconsistencyError( self.fail_validate[app] = theano.gof.InconsistencyError(
"Destroyed variable has destroy_map. " + str(reason)) "Destroyed variable has destroy_map. " + str(reason))
# The 2 assertions are commented since this function is called so many times # These 2 assertions are commented since this function is called so many times
# but they should be true. # but they should be true.
# assert len(v) <= 1 # assert len(v) <= 1
# assert len(d) <= 1 # assert len(d) <= 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论