Skip to content

Commit

Permalink
Merge pull request #37 from tensorflow:mihirparadkar-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458300130
  • Loading branch information
tensorflower-gardener committed Jun 30, 2022
2 parents 47e686d + bb75328 commit 7b8a416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_gnn/models/gcn/gcn_conv_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def test_full_model_heterogeneous(self):
sizes=tf.constant([2, 1]),
adjacency=tfgnn.Adjacency.from_indices(
('paper', tf.constant([0, 0, 1])),
('author', tf.constant([1, 0, 2])),
('author', tf.constant([1, 0, 3])),
)),
},
)
Expand Down

0 comments on commit 7b8a416

Please sign in to comment.