Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Weird Pipeline bug?

I'm running into an annoying issue where I'm getting a Keyerror runtime error for a very specific pipeline column that is no longer in my code (but used to be). More specifically, I was creating a column named 'pe_longs'. I have since removed the column, double/triple checking it is nowhere in the code, and yet the backtest fails because the column is not there. The runtime error is also inconsistent because it flips from saying "keyerror" to giving no information at all and just failing generically.

Is this something anyone else has experience?