From d50977d840872b1760eaa4253999f12b62389ced Mon Sep 17 00:00:00 2001 From: Bowen Yao <112051015+BowenYao18@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:00:09 -0700 Subject: [PATCH] Update examples/graphbolt/pyg/hetero/node_classification.py Co-authored-by: Muhammed Fatih BALIN --- examples/graphbolt/pyg/hetero/node_classification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/graphbolt/pyg/hetero/node_classification.py b/examples/graphbolt/pyg/hetero/node_classification.py index d231c94b7cbc..21fdf1203899 100644 --- a/examples/graphbolt/pyg/hetero/node_classification.py +++ b/examples/graphbolt/pyg/hetero/node_classification.py @@ -66,7 +66,6 @@ def create_dataloader( # } node_feature_keys = {"paper": ["feat"], "author": ["feat"]} if args.dataset == "ogb-lsc-mag240m": - node_feature_keys["author"] = ["feat"] node_feature_keys["institution"] = ["feat"] if "igb-het" in args.dataset: node_feature_keys["institute"] = ["feat"]