Files
catalyst/zipline
Eddie Hebert ed62d8a66a MAINT: Clear up naming and logic in resample close.
- Instead of maintaining a separate `j` value, set the bounds of the range so
that `i` is the values emitted by the range.
- Change `close_loc` to `prev_close_loc` since the market close location is used
to ensure that the data index stops at the market open if the entire day is
nans.
- Change the setting of `loc` to be done before the loop which check for nans,
instead of setting to the previous close loc at the end of the loop.

This prepares for a separate fix to prevent out of bounds access when the first
session has nans for all minutes.
2017-03-28 13:30:12 -04:00
..
2017-02-23 11:32:04 -05:00
2016-09-20 17:12:07 -04:00
2017-03-26 15:54:14 -07:00
2015-11-11 18:47:51 -05:00
2017-03-10 17:19:57 -05:00
2017-03-07 17:14:27 -05:00