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

Function ldbc_graph_undirected

python/graphscope/tests/conftest.py:865–872  ·  view source on GitHub ↗
(graphscope_session)

Source from the content-addressed store, hash-verified

863
864@pytest.fixture(scope="module")
865def ldbc_graph_undirected(graphscope_session):
866 graph = load_ldbc(
867 graphscope_session,
868 prefix="{}/ldbc_sample".format(test_repo_dir),
869 directed=False,
870 )
871 yield graph
872 del graph
873
874
875@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

load_ldbcFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected