-
Notifications
You must be signed in to change notification settings - Fork 83
/
.test_durations
175 lines (175 loc) · 17.8 KB
/
.test_durations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"test/base/test_aggregation.py::TestAggregation::test_forward": 0.010565584059804678,
"test/base/test_aggregation.py::TestAggregation::test_update": 0.012280249036848545,
"test/base/test_conv.py::TestConv::test_forward": 0.03195854206569493,
"test/base/test_conv.py::TestConv::test_update": 0.026379957795143127,
"test/base/test_conv.py::TestConv::test_validation": 0.000509458826854825,
"test/base/test_conv.py::TestConv::test_weight": 0.0022025429643690586,
"test/base/test_message_passing.py::TestMessagePassing::test_aggregate": 0.01350970915518701,
"test/base/test_message_passing.py::TestMessagePassing::test_attention": 0.000516165979206562,
"test/base/test_message_passing.py::TestMessagePassing::test_forward": 0.0024647077079862356,
"test/base/test_message_passing.py::TestMessagePassing::test_reset_parameters": 0.0005686660297214985,
"test/nn/cell/test_can.py::TestCAN::test_forward": 0.02878420799970627,
"test/nn/cell/test_can_layer.py::TestAttentionalLiftLayer::test_forward": 0.00191166577860713,
"test/nn/cell/test_can_layer.py::TestAttentionalLiftLayer::test_reset_parameters": 0.00019799894653260708,
"test/nn/cell/test_can_layer.py::TestCANLayer::test_forward": 0.1965707498602569,
"test/nn/cell/test_can_layer.py::TestCANLayer::test_reset_parameters": 0.0005922080017626286,
"test/nn/cell/test_can_layer.py::TestPoolLayer::test_forward": 0.0006187090184539557,
"test/nn/cell/test_can_layer.py::TestPoolLayer::test_reset_parameters": 0.00019320775754749775,
"test/nn/cell/test_ccxn.py::TestCCXN::test_forward": 0.00672579207457602,
"test/nn/cell/test_ccxn_layer.py::TestCCXNLayer::test_forward": 0.0011140001006424427,
"test/nn/cell/test_cwn.py::TestCWN::test_forward": 0.00153487385250628,
"test/nn/cell/test_cwn_layer.py::TestCWNLayer::test_forward": 0.0004531256854534149,
"test/nn/cell/test_cwn_layer.py::Test_CWNDefaultAggregate::test_forward": 0.00014650006778538227,
"test/nn/cell/test_cwn_layer.py::Test_CWNDefaultFirstConv::test_forward": 0.0003192499279975891,
"test/nn/cell/test_cwn_layer.py::Test_CWNDefaultSecondConv::test_forward": 0.00022695795632898808,
"test/nn/cell/test_cwn_layer.py::Test_CWNDefaultUpdate::test_forward": 0.0005362490192055702,
"test/nn/combinatorial/test_hmc.py::TestHMC::test_forward": 0.011172248749062419,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_attention_with_softmax": 0.001289332751184702,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_attention_without_softmax": 0.0018420838750898838,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_forward_shape": 0.0009357908274978399,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_forward_values": 0.0011536660604178905,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_initialization": 0.0005565409082919359,
"test/nn/combinatorial/test_hmc_layer.py::TestHBNS::test_update_func": 0.0018306670244783163,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_attention_with_softmax": 0.0006959999445825815,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_attention_without_softmax": 0.0006482070311903954,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_forward_shape": 0.0013562100939452648,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_forward_values": 0.0008218728471547365,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_initialization": 0.0006313321646302938,
"test/nn/combinatorial/test_hmc_layer.py::TestHBS::test_update_func": 0.000916625140234828,
"test/nn/combinatorial/test_hmc_layer.py::TestHMCLayer::test_forward": 0.00612987601198256,
"test/nn/hypergraph/test_allset.py::TestAllSet::test_forward": 0.0027897909749299288,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_AllSetBlock": 0.001295499736443162,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_MLP": 0.003127708798274398,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_forward": 0.0009710832964628935,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_forward_with_invalid_input": 0.0005843329709023237,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_initialisation_mlp_num_layers_negative": 0.000134957954287529,
"test/nn/hypergraph/test_allset_layer.py::TestAllSetLayer::test_initialisation_mlp_num_layers_zero": 0.0001496660988777876,
"test/nn/hypergraph/test_allset_transformer.py::TestAllSetTransfomer::test_forward": 0.007117375265806913,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_MLP": 0.0031016250140964985,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_forward": 0.002151499968022108,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_forward_with_invalid_input": 0.000874832971021533,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_initialisation_heads_wrong": 0.0001299581490457058,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_initialisation_heads_zero": 0.0001324580516666174,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_initialisation_mlp_num_layers_negative": 0.00012600095942616463,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_initialisation_mlp_num_layers_zero": 0.00012616603635251522,
"test/nn/hypergraph/test_allset_transformer_layer.py::TestAllSetTransformerLayer::test_reset_parameters": 0.000981540884822607,
"test/nn/hypergraph/test_dhgcn.py::TestDHGCNL::test_forward": 0.018768834182992578,
"test/nn/hypergraph/test_dhgcn_layer.py::TestDHGCNLayer::test_forward": 0.000946081941947341,
"test/nn/hypergraph/test_dhgcn_layer.py::TestDHGCNLayer::test_forward_invalid_input": 0.00041958270594477654,
"test/nn/hypergraph/test_dhgcn_layer.py::TestDHGCNLayer::test_kmeans": 0.00046162516809999943,
"test/nn/hypergraph/test_dhgcn_layer.py::TestDHGCNLayer::test_kmeans_with_invalid_input": 0.0003130838740617037,
"test/nn/hypergraph/test_hmpnn.py::TestHMPNN::test_forward": 0.009196208091452718,
"test/nn/hypergraph/test_hmpnn_layer.py::TestHMPNNLayer::test_forward": 0.0019093328155577183,
"test/nn/hypergraph/test_hmpnn_layer.py::TestHMPNNLayer::test_hyperedge_to_node_messenger": 0.0006340001709759235,
"test/nn/hypergraph/test_hmpnn_layer.py::TestHMPNNLayer::test_node_to_hyperedge_messenger": 0.00041462481021881104,
"test/nn/hypergraph/test_hnhn.py::TestHNHN::test_forward": 0.00617625005543232,
"test/nn/hypergraph/test_hnhn.py::TestHNHNNetwork::test_forward": 0.0016832081601023674,
"test/nn/hypergraph/test_hnhn_layer.py::TestHNHNLayer::test_compute_normalization_matrices": 0.0026630002539604902,
"test/nn/hypergraph/test_hnhn_layer.py::TestHNHNLayer::test_forward": 0.0017136246897280216,
"test/nn/hypergraph/test_hnhn_layer.py::TestHNHNLayer::test_normalize_incidence_matrices": 0.0016322911251336336,
"test/nn/hypergraph/test_hnhn_layer.py::TestHNHNLayer::test_reset_parameters": 0.0015275413170456886,
"test/nn/hypergraph/test_hnhn_layer_bis.py::TestHNHNLayer::test_constructor": 0.0023464590776711702,
"test/nn/hypergraph/test_hnhn_layer_bis.py::TestHNHNLayer::test_forward": 0.0008992513176053762,
"test/nn/hypergraph/test_hypergat.py::TestHNHN::test_forward": 0.0016735829412937164,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_attention_edge_level": 0.0003642910160124302,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_attention_node_level": 0.0005030829925090075,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_forward": 0.0005815841723233461,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_forward_with_invalid_input": 0.05389087414368987,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_reset_parameters_invalid_initialization": 0.000268084229901433,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_reset_parameters_xavier_normal": 0.00031987414695322514,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_reset_parameters_xavier_uniform": 0.0004554998595267534,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_update_relu": 0.0002815821208059788,
"test/nn/hypergraph/test_hypergat_layer.py::TestHyperGATLayer::test_update_sigmoid": 0.00027033290825784206,
"test/nn/hypergraph/test_hypersage.py::TestHyperSAGE::test_forward": 0.0038057921919971704,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_aggregation_invald": 0.00032025016844272614,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_forward": 0.0049415831454098225,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_forward_with_invalid_input": 0.014136542100459337,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_reset_parameters_invalid_initialization": 0.00020350003615021706,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_reset_parameters_uniform": 0.00025616493076086044,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_reset_parameters_xavier_normal": 0.00021783285774290562,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_update_relu": 0.0002547898329794407,
"test/nn/hypergraph/test_hypersage_layer.py::TestHyperSAGELayer::test_update_sigmoid": 0.00022666691802442074,
"test/nn/hypergraph/test_unigcn.py::TestUniGCN::test_forward": 0.000777123961597681,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_aggr_norm": 0.00039195921272039413,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_aggregator_validation": 0.00021958397701382637,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_batchnorm": 0.0007027077954262495,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_forward": 0.0006688761059194803,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_reset_params": 0.0007129581645131111,
"test/nn/hypergraph/test_unigcn_layer.py::TestUniGCNLayer::test_sum_aggregator": 0.0002463331911712885,
"test/nn/hypergraph/test_unigcnii.py::TestUniGCNII::test_forward": 0.0020781243219971657,
"test/nn/hypergraph/test_unigcnii_layer.py::TestUniGCNIILayer::test_forward": 0.00048429099842906,
"test/nn/hypergraph/test_unigcnii_layer.py::TestUniGCNIILayer::test_forward_with_skip": 0.0020447908900678158,
"test/nn/hypergraph/test_unigin.py::TestUniGIN::test_forward": 0.001545625738799572,
"test/nn/hypergraph/test_unigin_layer.py::TestUniGINLayer::test_forward": 0.0005212491378188133,
"test/nn/hypergraph/test_unisage.py::TestUniSAGE::test_forward": 0.008188541978597641,
"test/nn/hypergraph/test_unisage_layer.py::TestUniSAGELayer::test_aggregator_validation": 0.00032866629771888256,
"test/nn/hypergraph/test_unisage_layer.py::TestUniSAGELayer::test_batchnorm": 0.0009839578997343779,
"test/nn/hypergraph/test_unisage_layer.py::TestUniSAGELayer::test_forward": 0.0005250840913504362,
"test/nn/hypergraph/test_unisage_layer.py::TestUniSAGELayer::test_reset_params": 0.0002677920274436474,
"test/nn/hypergraph/test_unisage_layer.py::TestUniSAGELayer::test_sum_aggregator": 0.0004544169642031193,
"test/nn/simplicial/test_dist2cycle.py::TestDist2Cycle::test_forward": 0.009248750051483512,
"test/nn/simplicial/test_dist2cycle.py::TestDist2Cycle::test_reset_parameters": 0.0003621671348810196,
"test/nn/simplicial/test_dist2cycle_layer.py::TestDist2CycleLayer::test_forward": 0.00033312500454485416,
"test/nn/simplicial/test_dist2cycle_layer.py::TestDist2CycleLayer::test_reset_parameters": 0.00022391625680029392,
"test/nn/simplicial/test_hsn.py::TestHSN::test_forward": 0.0028428316581994295,
"test/nn/simplicial/test_hsn.py::TestHSN::test_reset_parameters": 0.0006353335920721292,
"test/nn/simplicial/test_hsn_layer.py::TestHSNLayer::test_forward": 0.0006146247033029795,
"test/nn/simplicial/test_hsn_layer.py::TestHSNLayer::test_reset_parameters": 0.0004610423929989338,
"test/nn/simplicial/test_san.py::TestSAN::test_forward": 0.006666917121037841,
"test/nn/simplicial/test_san.py::TestSAN::test_reset_parameters": 0.0005789578426629305,
"test/nn/simplicial/test_san_layer.py::TestSANLayer::test_forward": 0.003472000826150179,
"test/nn/simplicial/test_san_layer.py::TestSANLayer::test_reset_parameters": 0.00045954203233122826,
"test/nn/simplicial/test_sca_cmps.py::TestSCA::test_forward": 0.008573499042540789,
"test/nn/simplicial/test_sca_cmps.py::TestSCA::test_reset_parameters": 0.000841500936076045,
"test/nn/simplicial/test_sca_cmps_layer.py::TestSCACMPSLayer::test_reset_parameters": 0.0009858750272542238,
"test/nn/simplicial/test_sca_cmps_layer.py::TestSCACMPSLayer::test_sca_cmps_forward": 0.0013231246266514063,
"test/nn/simplicial/test_sccn.py::TestSCCN::test_forward": 0.008190250024199486,
"test/nn/simplicial/test_sccn.py::TestSCCN::test_reset_parameters": 0.0024025419261306524,
"test/nn/simplicial/test_sccn_layer.py::TestSCCNLayer::test_forward": 0.0013594587799161673,
"test/nn/simplicial/test_sccn_layer.py::TestSCCNLayer::test_reset_parameters": 0.004288666881620884,
"test/nn/simplicial/test_sccnn.py::TestSCCNN::test_forward": 0.006879458902403712,
"test/nn/simplicial/test_sccnn.py::TestSCCNN::test_reset_parameters": 0.000761709176003933,
"test/nn/simplicial/test_sccnn_layer.py::TestSCCNNLayer::test_forward": 0.003572166198864579,
"test/nn/simplicial/test_scconv_layer.py::TestSCConvLayer::test_forward": 0.0007462918292731047,
"test/nn/simplicial/test_scconv_layer.py::TestSCConvLayer::test_reset_parameters": 0.00045545888133347034,
"test/nn/simplicial/test_scn2.py::TestSCN2::test_forward": 0.00556229124777019,
"test/nn/simplicial/test_scn2.py::TestSCN2::test_reset_parameters": 0.0006453341338783503,
"test/nn/simplicial/test_scn2_layer.py::TestSCN2Layer::test_forward": 0.0003908746875822544,
"test/nn/simplicial/test_scn2_layer.py::TestSCN2Layer::test_reset_parameters": 0.0002758321352303028,
"test/nn/simplicial/test_scnn.py::TestSCNN::test_forward": 0.004126874729990959,
"test/nn/simplicial/test_scnn.py::TestSCNN::test_reset_parameters": 0.00033987523056566715,
"test/nn/simplicial/test_scnn_layer.py::TestSCNNLayer::test_forward": 0.0015505843330174685,
"test/nn/simplicial/test_scone.py::TestScone::test_forward": 0.39718966581858695,
"test/nn/simplicial/test_scone.py::TestScone::test_reset_parameters": 0.016266376012936234,
"test/nn/simplicial/test_scone_layer.py::TestSCoNeLayer::test_forward": 0.00036579184234142303,
"test/nn/simplicial/test_scone_layer.py::TestSCoNeLayer::test_reset_parameters": 0.0005340408533811569,
"test/tutorials/test_cell.py::test_tutorial[tutorials/cell/can_train.ipynb]": 7.798323833849281,
"test/tutorials/test_cell.py::test_tutorial[tutorials/cell/ccxn_train.ipynb]": 10.362705206964165,
"test/tutorials/test_cell.py::test_tutorial[tutorials/cell/cwn_train.ipynb]": 10.345093041891232,
"test/tutorials/test_combinatorial.py::test_tutorial[tutorials/combinatorial/hmc_train.ipynb]": 113.72826133295894,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/allset_train.ipynb]": 8.943679120042361,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/allset_transformer_train.ipynb]": 5.0502030230127275,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/dhgcn_train.ipynb]": 80.38319573295303,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/hmpnn_train.ipynb]": 5.240434563951567,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/hnhn_train.ipynb]": 5.292717668809928,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/hnhn_train_bis.ipynb]": 16.502087499015033,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/hypergat_train.ipynb]": 16.28355930291582,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/hypersage_train.ipynb]": 8.78812964912504,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/unigcn_train.ipynb]": 6.283768973895349,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/unigcnii_train.ipynb]": 6.922894097981043,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/unigin_train.ipynb]": 6.994051485904492,
"test/tutorials/test_hypergraph.py::test_tutorial[tutorials/hypergraph/unisage_train.ipynb]": 4.923791292007081,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/dist2cycle_train.ipynb]": 5.09599137515761,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/hsn_train.ipynb]": 4.862493500346318,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/san_train.ipynb]": 5.597147291759029,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/sca_cmps_train.ipynb]": 9.355175415985286,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/sccn_train.ipynb]": 6.173665750073269,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/sccnn_train.ipynb]": 21.37618708377704,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/scconv_train.ipynb]": 6.654138875193894,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/scn2_train.ipynb]": 10.036394626135007,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/scnn_train.ipynb]": 12.42415791680105,
"test/tutorials/test_simplicial.py::test_tutorial[tutorials/simplicial/scone_train.ipynb]": 9.945916082011536,
"test/utils/test_scatter.py::TestScatter::test_scatter": 0.0029214592650532722,
"test/utils/test_sparse.py::test_from_sparse": 0.0982708337251097
}