mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 10:47:25 +08:00
TST: Removed extra parameters
This commit is contained in:
@@ -1909,10 +1909,10 @@ class TestTradingAlgorithm(TestCase):
|
||||
def test_analyze_called(self):
|
||||
results_ref = None
|
||||
|
||||
def initialize(self, context):
|
||||
def initialize(context):
|
||||
pass
|
||||
|
||||
def handel_data(self, context, data):
|
||||
def handel_data(context, data):
|
||||
pass
|
||||
|
||||
def analyze(self, perf):
|
||||
|
||||
Reference in New Issue
Block a user