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

Function triangles_result

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

Source from the content-addressed store, hash-verified

840
841@pytest.fixture(scope="module")
842def triangles_result():
843 ret = {}
844 ret["undirected"] = np.loadtxt(
845 "{}/../p2p-31-triangles".format(property_dir),
846 dtype=np.int64,
847 )
848 yield ret
849
850
851@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected