Fixed weird regression in TestAlgorithm.

This commit is contained in:
Thomas Wiecki
2012-09-19 19:37:21 -04:00
parent a185a014db
commit 4526cde4c5
+2 -1
View File
@@ -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