mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 05:32:55 +08:00
d578d5825e
If a SID hasn't started trading yet, pandas' convention is to use nans. Before this change, zipline would raise an exception if there were nans in the input data. We now skip events where the prices contains a nan and has not been traded before (in which case forward fill). Fixes #446.