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

Function test_chameleon

tests/datasets/test_geom_data.py:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def test_chameleon():
6 args = build_args_from_dict({"dataset": "chameleon"})
7 data = build_dataset(args)
8 assert data.num_nodes == 2277
9 assert data.num_features == 2325
10 assert data.num_classes == 5
11
12
13def test_cornell():

Callers 1

test_geom_data.pyFile · 0.85

Calls 2

build_args_from_dictFunction · 0.90
build_datasetFunction · 0.90

Tested by

no test coverage detected