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

Function simple_context

python/graphscope/tests/conftest.py:852–854  ·  view source on GitHub ↗
(arrow_property_graph)

Source from the content-addressed store, hash-verified

850
851@pytest.fixture(scope="module")
852def simple_context(arrow_property_graph):
853 sg = arrow_property_graph.project(vertices={"v0": ["id"]}, edges={"e0": ["weight"]})
854 return sssp(sg, 20)
855
856
857@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

ssspFunction · 0.90
projectMethod · 0.45

Tested by

no test coverage detected