Skip to content

Commit

Permalink
Test change to gcn_conv_test.py
Browse files Browse the repository at this point in the history
Tests PR merge workflow.
  • Loading branch information
mihirparadkar authored Jun 30, 2022
1 parent 47e686d commit bb75328
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 bb75328

Please sign in to comment.