提交 7441ebeb authored 作者: James Bergstra's avatar James Bergstra

typo

上级 88bd76f4
......@@ -470,8 +470,8 @@ def inputs(variable_list, blockers = None):
started at the nodes in `variable_list`.
"""
anc = ancestors(variable_list, blockers)
rval = [r for r in ancestors if r.owner is None]
vlist = ancestors(variable_list, blockers)
rval = [r for r in vlist if r.owner is None]
return rval
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论