add model and solver that maybe works
This commit is contained in:
@@ -23,7 +23,6 @@ class FiniteDifferenceStep(MessagePassing):
|
||||
"""
|
||||
TODO: add docstring.
|
||||
"""
|
||||
# return self.message_net(x_j * edge_attr)
|
||||
return x_j * edge_attr
|
||||
|
||||
def update(self, aggr_out, _):
|
||||
|
||||
Reference in New Issue
Block a user