Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Timeout error on pipeline_output

I built a pipeline that runs an ADF test on the 1500US stocks and returns the ten highest scores. I can run it in research no problem, everything works great. When I put it into an algo though, when I call pipeline_output() to get the results I get a timeout error.

1 response

So just an update here, it appears that it runs the compute function from my custom factor over and over again. I stepped through and when the for loop completes it just runs the function again, and the day doesn't move forward. I have no idea why this executes fine in research but not in the algo.