Skip to content

Commit 28ddae0

Browse files
committed
update
1 parent 58c1c62 commit 28ddae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_geometric/nn/conv/message_passing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def __init__(
172172
template_path=osp.join(root_dir, 'propagate.jinja'),
173173
tmp_dirname='message_passing',
174174
# Keyword arguments:
175-
module=self.inspector._modules,
175+
modules=self.inspector._modules,
176176
collect_name='collect',
177177
signature=self._get_propagate_signature(),
178178
collect_param_dict=self.inspector.get_flat_param_dict(

0 commit comments

Comments
 (0)