MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / example_graph

Function example_graph

easygraph/readwrite/tests/test_edgelist.py:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110@pytest.fixture
111def example_graph():
112 G = eg.Graph()
113 G.add_weighted_edges_from([(1, 2, 3.0), (2, 3, 27.0), (3, 4, 3.0)])
114 return G
115
116
117def test_parse_edgelist_no_data(example_graph):

Callers

nothing calls this directly

Calls 2

GraphMethod · 0.80

Tested by

no test coverage detected