Commit a3848581 authored by Jay's avatar Jay
Browse files

Removes assert on queue length

parent 942cfe32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)