Loading autocnet/graph/network.py +0 −1 Original line number Diff line number Diff line Loading @@ -1662,7 +1662,6 @@ class NetworkCandidateGraph(CandidateGraph): msg['config'] = self.config # Hacky for now, just passs the whole config dict pipeline.rpush(self.processing_queue, json.dumps(msg, cls=JsonEncoder)) assert len(res) == self.queue_length pipeline.execute() return len(res) Loading Loading
autocnet/graph/network.py +0 −1 Original line number Diff line number Diff line Loading @@ -1662,7 +1662,6 @@ class NetworkCandidateGraph(CandidateGraph): msg['config'] = self.config # Hacky for now, just passs the whole config dict pipeline.rpush(self.processing_queue, json.dumps(msg, cls=JsonEncoder)) assert len(res) == self.queue_length pipeline.execute() return len(res) Loading