Files
catalyst/zipline
Eddie Hebert 8c2c36755e Removes assert of message confirming to protocol.
Two reasons for removal:
- On the path of removing most non-postconditional asserts.
  Since the asserts on every message is incurring a
  non-insignificant penalty on large datasets.
- Since the assert was invoked as a function, the 'right side'
  of the assert statement, i.e. the error message was being invoked
  as a function, discovered since the __repr__ of the message was
  high on the bottleneck list.
2012-12-21 21:36:32 -05:00
..
2012-12-13 12:55:05 -05:00
2012-12-13 12:55:05 -05:00
2012-10-22 11:57:16 -04:00
2012-12-21 17:07:56 -05:00