Commit 94ad61ef authored by Jesse Mapel's avatar Jesse Mapel Committed by jlaura
Browse files

Fixed apply and script install (#294)

* Fixed apply and script install

* Reverted sample config changes

* Reverted Demo notebook
parent df173a94
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
@@ -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