Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Error running pipeline

running into a an AssertionError when trying to show my pipeline output.

This pipeline uses StaticAssets which is new to me, but from what i've read, the process is pretty much the same.

1 response

The window length for ExponentialWeightedMovingAverage must be an integer greater than 0. The notebook has a value of 48.5. Change it to 48 or 49 and the pipeline runs.

Good luck