提交 b90c39c5 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for theano/gof/tests/test_fg.py

上级 1e73a0bf
......@@ -28,7 +28,7 @@ class TFunctionGraph(unittest.TestCase):
func = theano.gof.FunctionGraph([v], [v + 1])
s = pickle.dumps(func)
func2 = pickle.loads(s)
pickle.loads(s)
def test_node_outputs_not_used(self):
"""In the past, we where removing some not used variable from
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论