diff --git a/test/attention_test.py b/test/attention_test.py index 47bc2059..1197c7d6 100644 --- a/test/attention_test.py +++ b/test/attention_test.py @@ -745,5 +745,3 @@ def test_dnntsp(): z = model(node_features, edges, edge_weight) assert z.shape == (10, 100, 16) - -test_tsagcn() \ No newline at end of file