Files
catalyst/zipline
Eddie Hebert 1054134bd9 BUG: Fix div by 0 error due to changed return type.
When calculate_positions_value used np.dot, the return type was a
np.float64. Which allows the use of 0.0 in division to not raise an
exception.

Fix by expliciting creating an np.float64 with 0 value.
2015-02-23 11:57:07 -05:00
..
2015-02-11 06:25:53 -05:00
2015-02-11 06:25:53 -05:00
2015-02-13 17:53:02 +01:00