Skip to content

Commit

Permalink
change import of homophily
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Feb 20, 2024
1 parent 2adc935 commit 7167bba
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 7167bba

Please sign in to comment.