We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5612b commit 4edf6b0Copy full SHA for 4edf6b0
test/utils/test_embedding.py
@@ -41,7 +41,7 @@ def test_get_embeddings_hetero(hetero_data, hetero_model):
41
model = hetero_model(metadata)
42
43
# Get heterogeneous embeddings
44
- embeddings_dict = get_embeddings_hetero(model, hetero_data.x_dict,
+ embeddings_dict = get_embeddings_hetero(model, None, hetero_data.x_dict,
45
hetero_data.edge_index_dict)
46
47
# Verify the structure of the returned embeddings
0 commit comments