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

Function test_squirrel

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

Source from the content-addressed store, hash-verified

27
28
29def test_squirrel():
30 args = build_args_from_dict({"dataset": "squirrel"})
31 data = build_dataset(args)
32 assert data.num_nodes == 5201
33 assert data.num_features == 2089
34 assert data.num_classes == 5
35
36
37def test_texas():

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