MCPcopy Create free account
hub / github.com/alibaba/GraphScope / dc_result

Function dc_result

python/graphscope/tests/conftest.py:817–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815
816@pytest.fixture(scope="module")
817def dc_result():
818 ret = {}
819 ret["directed"] = np.loadtxt(
820 "{}/../p2p-31-degree_centrality".format(property_dir), dtype=float
821 )
822 yield ret
823
824
825@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected