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

Function test_transform

python/graphscope/tests/unittest/test_graph.py:628–633  ·  view source on GitHub ↗
(arrow_modern_graph)

Source from the content-addressed store, hash-verified

626
627
628def test_transform(arrow_modern_graph):
629 g = arrow_modern_graph.to_undirected()
630 assert not g.is_directed()
631
632 g2 = g.to_directed()
633 assert g2.is_directed()
634
635
636def test_add_column(ldbc_graph, arrow_modern_graph):

Callers

nothing calls this directly

Calls 3

to_undirectedMethod · 0.45
is_directedMethod · 0.45
to_directedMethod · 0.45

Tested by

no test coverage detected