Skip to content

Commit 4edf6b0

Browse files
author
XinweiHe
committed
fix
1 parent 6a5612b commit 4edf6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/test_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_get_embeddings_hetero(hetero_data, hetero_model):
4141
model = hetero_model(metadata)
4242

4343
# Get heterogeneous embeddings
44-
embeddings_dict = get_embeddings_hetero(model, hetero_data.x_dict,
44+
embeddings_dict = get_embeddings_hetero(model, None, hetero_data.x_dict,
4545
hetero_data.edge_index_dict)
4646

4747
# Verify the structure of the returned embeddings

0 commit comments

Comments
 (0)