Skip to content

Commit

Permalink
fix test_tsagcn
Browse files Browse the repository at this point in the history
  • Loading branch information
cshjin committed Oct 13, 2023
1 parent c7734ed commit c7dcb2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/attention_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,5 +745,3 @@ def test_dnntsp():
z = model(node_features, edges, edge_weight)

assert z.shape == (10, 100, 16)

test_tsagcn()

0 comments on commit c7dcb2d

Please sign in to comment.