enabled logging with a logbook zmq logger from within the algorithm.

This commit is contained in:
fawce
2012-07-22 07:33:42 -04:00
parent f364cde3d2
commit fc1882daaa
4 changed files with 73 additions and 37 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class FinanceTestCase(TestCase):
# TODO: for some reason the orders aren't filled without an extra
# trade.
trade_count = 5
trade_count = 5000
self.zipline_test_config['order_count'] = trade_count - 1
self.zipline_test_config['trade_count'] = trade_count
self.zipline_test_config['order_amount'] = 1