Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ _test
Function
_test
tests/python/common/test_heterograph-misc.py:151–154 ·
view source on GitHub ↗
(g)
Source
from the content-addressed store, hash-verified
149
)
150
151
def
_test(g):
152
# test twice to see whether the cached format works or not
153
_test_one(g)
154
_test_one(g)
155
156
def
_test_csr_one(g):
157
assert g.num_nodes() == 10
Callers
1
test_query
Function · 0.70
Calls
1
_test_one
Function · 0.85
Tested by
no test coverage detected