mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 21:12:54 +08:00
Fixed weird regression in TestAlgorithm.
This commit is contained in:
@@ -59,7 +59,8 @@ class TestAlgorithm():
|
||||
at the close of a simulation.
|
||||
"""
|
||||
|
||||
def __init__(self, sid, amount, sid_filter=None):
|
||||
def __init__(self, sid, amount, order_count, sid_filter=None):
|
||||
self.count = order_count
|
||||
self.sid = sid
|
||||
self.amount = amount
|
||||
self.incr = 0
|
||||
|
||||
Reference in New Issue
Block a user