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