mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user