提交 00094485 authored 作者: Frederic Bastien's avatar Frederic Bastien

Remove old comments

上级 d1258a21
...@@ -359,8 +359,6 @@ class TestAutoName: ...@@ -359,8 +359,6 @@ class TestAutoName:
assert r1 is r2 assert r1 is r2
r3 = tensor.constant(1.6) r3 = tensor.constant(1.6)
# The cache still create a new object that we don't return.
# This is why we must increase by 2 and not 1.
assert r3.auto_name == "auto_" + str(autoname_id + 1) assert r3.auto_name == "auto_" + str(autoname_id + 1)
def test_tensorvariable(self): def test_tensorvariable(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论