Skip to content

Commit

Permalink
Merge pull request #663 from RasmusOrsoe/fix_pyg_import
Browse files Browse the repository at this point in the history
Change import of `homophily` in `models.utils.py`
  • Loading branch information
RasmusOrsoe authored Feb 21, 2024
2 parents 2adc935 + 7167bba commit 288133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import torch
from torch import Tensor, LongTensor

from torch_geometric.utils.homophily import homophily
from torch_geometric.utils import homophily


def calculate_xyzt_homophily(
Expand Down

0 comments on commit 288133c

Please sign in to comment.