Files
catalyst/zipline/utils
Scott Sanderson 5da03d2df5 BUG: Make NumExprFilter return ndarray.
- Previously it was returning a DataFrame because of how we applied an &
  with a DataFrame mask.  The error was masked by the fact that
  `np.assert_array_equal` coerces inputs to arrays before comparing.

- Added `zp.utils.test_utils.check_arrays`, which checks type equality
  before calling `np.assert_array_equal`.
2015-08-03 11:59:11 -04:00
..
2015-03-19 17:21:25 -04:00
2014-03-26 20:46:20 +09:00
2015-02-11 06:25:53 -05:00
2015-03-19 17:21:25 -04:00
2015-02-11 06:25:53 -05:00
2015-03-19 17:21:25 -04:00
2014-03-26 20:46:20 +09:00
2015-03-02 11:32:46 -05:00