Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
What does 'Expired' mean?

Hello,

I'm doing a backtest on several years but sometimes I get errors on certain dates.

zipline.utils.cache.Expired: 2014-07-22 00:00:00+00:00

KeyError: 'sma'

ValueError: The last date of the lifetimes matrix does not match the start date of the pipeline. Did you forget to align the end_date to the trading calendar?  

What does 'cache being expired' mean?

NOTE : I'm using a custom csv bundle with custom calendars

Thank you in advance