mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
ENH: adds lookup_expired_futures to asset_finder
This commit is contained in:
@@ -939,7 +939,7 @@ class InvalidOrderAlgorithm(TradingAlgorithm):
|
||||
|
||||
class TestRemoveDataAlgo(TradingAlgorithm):
|
||||
def initialize(self, *args, **kwargs):
|
||||
self.data = np.zeros(6)
|
||||
self.data = np.zeros(7)
|
||||
self.i = 0
|
||||
|
||||
def handle_data(self, data):
|
||||
|
||||
Reference in New Issue
Block a user