提交 534c5f6c authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Implicit inputs created for updates are now marked as implicit

上级 c504fd74
...@@ -405,7 +405,8 @@ class Method(Component): ...@@ -405,7 +405,8 @@ class Method(Component):
variable=k, variable=k,
update=v, update=v,
value=get_storage(k, not allocate_all).value, value=get_storage(k, not allocate_all).value,
mutable=True) mutable=True,
implicit = True)
inputs.append(input_k) inputs.append(input_k)
else: else:
raise ValueError(('Variable listed in both inputs and updates.' raise ValueError(('Variable listed in both inputs and updates.'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论