01a4cc5b7b10da8a8bec669280f70188c1f0766c,tests/graph_index/test_subgraph.py,,test_edge_subgraph,#,20
Before Change
sgi.induced_nodes[s], sgi.induced_nodes[d])
def test_edge_subgraph():
gi = create_graph_index()
gi.add_nodes(4)
gi.add_edge(0, 1)
gi.add_edge(0, 1)
gi.add_edge(0, 2)
After Change
sgi.induced_nodes[s], sgi.induced_nodes[d])
def test_edge_subgraph():
gi = create_graph_index(None, True, False)
gi.add_nodes(4)
gi.add_edge(0, 1)
gi.add_edge(0, 1)
gi.add_edge(0, 2)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: dmlc/dgl
Commit Name: 01a4cc5b7b10da8a8bec669280f70188c1f0766c
Time: 2019-06-01
Author: wmjlyjemaine@gmail.com
File Name: tests/graph_index/test_subgraph.py
Class Name:
Method Name: test_edge_subgraph
Project Name: dmlc/dgl
Commit Name: 01a4cc5b7b10da8a8bec669280f70188c1f0766c
Time: 2019-06-01
Author: wmjlyjemaine@gmail.com
File Name: tests/graph_index/test_subgraph.py
Class Name:
Method Name: test_node_subgraph
Project Name: dmlc/dgl
Commit Name: 01a4cc5b7b10da8a8bec669280f70188c1f0766c
Time: 2019-06-01
Author: wmjlyjemaine@gmail.com
File Name: tests/compute/test_pickle.py
Class Name:
Method Name: test_pickling_graph_index
Project Name: dmlc/dgl
Commit Name: 01a4cc5b7b10da8a8bec669280f70188c1f0766c
Time: 2019-06-01
Author: wmjlyjemaine@gmail.com
File Name: tests/graph_index/test_subgraph.py
Class Name:
Method Name: test_immutable_edge_subgraph