提交 298f6be0 authored 作者: Frederic Bastien's avatar Frederic Bastien

renamed not used fct parameter to what it should be

上级 9bde025e
...@@ -444,7 +444,7 @@ class ShapeFeature(object): ...@@ -444,7 +444,7 @@ class ShapeFeature(object):
for r, s in zip(node.outputs, o_shapes): for r, s in zip(node.outputs, o_shapes):
self.set_shape(r, s) self.set_shape(r, s)
def on_change_input(self, env, mode, i, r, new_r): def on_change_input(self, env, node, i, r, new_r):
# TODO: # TODO:
# This tells us that r and new_r must have the same shape # This tells us that r and new_r must have the same shape
# if we didn't know that the shapes are related, now we do. # if we didn't know that the shapes are related, now we do.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论