MAINT: Remove left over simple transform code.

Remove pieces that are no longer used now that the simple transforms are
wrappers around history via the SIDData object.

Move window length related pieces into batch_transform, since the rest
of the utils module is no longer used.
This commit is contained in:
Eddie Hebert
2015-03-30 11:55:40 -04:00
parent 3b56a62660
commit 314b22656f
8 changed files with 28 additions and 390 deletions
-6
View File
@@ -553,9 +553,6 @@ def handle_data(context, data):
# placed.
self.zipline_test_config['order_count'] = 1
# self.zipline_test_config['transforms'] = \
# test_algo.transform_visitor.transforms.values()
zipline = simfactory.create_test_zipline(
**self.zipline_test_config)
@@ -618,9 +615,6 @@ def handle_data(context, data):
# https://www.dropbox.com/s/ulrk2qt0nrtrigb/Volume%20Share%20Worksheet.xlsx
self.zipline_test_config['expected_transactions'] = 67
# self.zipline_test_config['transforms'] = \
# test_algo.transform_visitor.transforms.values()
zipline = simfactory.create_test_zipline(
**self.zipline_test_config)
output, _ = assert_single_position(self, zipline)