You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brought up by @rusty1s in the discussion here, it was noted that when using a HetreoConv model with relationship models that use add_self_loops the message passing will be incorrect. For example:
🐛 Describe the bug
Brought up by @rusty1s in the discussion here, it was noted that when using a
HetreoConv
model with relationship models that useadd_self_loops
the message passing will be incorrect. For example:This is caused by the fact that the self loops would then refer links between source and destination nodes of different types.
The suggestion here is to add a check inside
HeteroConv
that would warn raise an exception to avoid users unknowingly doing this.The text was updated successfully, but these errors were encountered: