Skip to content

Commit

Permalink
Merge pull request #45 from yiweny/yyuan/cleanup-code
Browse files Browse the repository at this point in the history
clean up code
  • Loading branch information
yiweny authored Nov 22, 2024
2 parents 6d5edfb + a17e7c3 commit 8c199ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ngcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from torch_geometric.utils import add_self_loops, coalesce, to_undirected
from tqdm import tqdm

from hybridgnn.utils import GloveTextEmbedding
from contextgnn.utils import GloveTextEmbedding

parser = argparse.ArgumentParser()
parser.add_argument("--dataset", type=str, default="rel-trial")
Expand Down

0 comments on commit 8c199ba

Please sign in to comment.