MCPcopy
hub / github.com/THUDM/CogDL / test_gin_proteins

Function test_gin_proteins

tests/tasks/test_graph_classification.py:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100
101def test_gin_proteins():
102 args = get_default_args_graph_clf(dataset="imdb-b", model="gin")
103 args = add_gin_args(args)
104 ret = train(args)
105 assert ret["test_acc"] > 0
106
107
108def test_diffpool_imdb_binary():

Callers 1

Calls 3

trainFunction · 0.90
add_gin_argsFunction · 0.85

Tested by

no test coverage detected