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

Function test_cornell

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

Source from the content-addressed store, hash-verified

11
12
13def test_cornell():
14 args = build_args_from_dict({"dataset": "cornell"})
15 data = build_dataset(args)
16 assert data.num_nodes == 183
17 assert data.num_features == 1703
18 assert data.num_classes == 5
19
20
21def test_film():

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