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

Function bfs_result

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

Source from the content-addressed store, hash-verified

766
767@pytest.fixture(scope="module")
768def bfs_result():
769 ret = {}
770 ret["directed"] = np.loadtxt(
771 "{}/ldbc/p2p-31-BFS-directed".format(property_dir), dtype=int
772 )
773 ret["undirected"] = np.loadtxt(f"{property_dir}/ldbc/p2p-31-BFS", dtype=int)
774 yield ret
775
776
777@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected