We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c1c62 commit 28ddae0Copy full SHA for 28ddae0
torch_geometric/nn/conv/message_passing.py
@@ -172,7 +172,7 @@ def __init__(
172
template_path=osp.join(root_dir, 'propagate.jinja'),
173
tmp_dirname='message_passing',
174
# Keyword arguments:
175
- module=self.inspector._modules,
+ modules=self.inspector._modules,
176
collect_name='collect',
177
signature=self._get_propagate_signature(),
178
collect_param_dict=self.inspector.get_flat_param_dict(
0 commit comments