mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
fixes to the calculation of transactions and associated tests for long and short orders.
This commit is contained in:
@@ -76,8 +76,8 @@ class TestAlgorithm():
|
||||
self.incr += 1
|
||||
|
||||
def get_sid_filter(self):
|
||||
return [self.sid]
|
||||
|
||||
return [self.sid]
|
||||
|
||||
class NoopAlgorithm(object):
|
||||
"""
|
||||
Dolce fa niente.
|
||||
|
||||
Reference in New Issue
Block a user