Skip to content

Commit 026ab19

Browse files
codacy
1 parent 79a29e5 commit 026ab19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pina/model/block/message_passing/en_equivariant_network_block.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def __init__(
120120
func=activation,
121121
)
122122

123+
# Placeholder for the messages
124+
self._m_ij = None
125+
123126
def forward(self, x, pos, edge_index, edge_attr=None):
124127
"""
125128
Forward pass of the block, triggering the message-passing routine.

0 commit comments

Comments
 (0)