Loading autocnet/graph/network.py +0 −4 Original line number Diff line number Diff line Loading @@ -1363,9 +1363,6 @@ class NetworkCandidateGraph(CandidateGraph): onobj = options[on] res = [] key = 1 if isinstance(on, EdgeView): key = 2 for job_counter, elem in enumerate(onobj.data('data')): # Determine if we are working with an edge or a node Loading Loading @@ -1522,4 +1519,3 @@ AND i1.id < i2.id""".format(query_string) obj = cls.from_adjacency(adjacency, node_id_map=adjacency_lookup, config=config) return obj Loading
autocnet/graph/network.py +0 −4 Original line number Diff line number Diff line Loading @@ -1363,9 +1363,6 @@ class NetworkCandidateGraph(CandidateGraph): onobj = options[on] res = [] key = 1 if isinstance(on, EdgeView): key = 2 for job_counter, elem in enumerate(onobj.data('data')): # Determine if we are working with an edge or a node Loading Loading @@ -1522,4 +1519,3 @@ AND i1.id < i2.id""".format(query_string) obj = cls.from_adjacency(adjacency, node_id_map=adjacency_lookup, config=config) return obj