[GraphBolt] FeatureFetcher throws exception if input_nodes
does not contain target feature
#7385
Milestone
input_nodes
does not contain target feature
#7385
🐛 Bug
dgl/python/dgl/graphbolt/feature_fetcher.py
Lines 91 to 92 in 2da713f
If
input_nodes
does not contain any keys(node/edge types) that are listed innode/edge_feature_key
, exception is thrown. Should we skip for such case?Expected behavior
Skip non-existent feature keys.
Environment
conda
,pip
, source):Additional context
The text was updated successfully, but these errors were encountered: