Commit 8eab73cc authored by Jay's avatar Jay Committed by jay
Browse files

Removes assert on queue length

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