Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ ev_result
Function
ev_result
python/graphscope/tests/conftest.py:826–831 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
824
825
@pytest.fixture(scope=
"module"
)
826
def
ev_result():
827
ret = {}
828
ret[
"directed"
] = np.loadtxt(
829
"{}/../p2p-31-eigenvector"
.format(property_dir), dtype=float
830
)
831
yield
ret
832
833
834
@pytest.fixture(scope=
"module"
)
Callers
nothing calls this directly
Calls
1
format
Method · 0.45
Tested by
no test coverage detected