mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-14 12:10:24 +08:00
support of qexec refactoring
This commit is contained in:
@@ -12,8 +12,6 @@ from zipline.core.devsimulator import AddressAllocator
|
||||
DEFAULT_TIMEOUT = 15 # seconds
|
||||
EXTENDED_TIMEOUT = 90
|
||||
|
||||
allocator = AddressAllocator(1000)
|
||||
|
||||
from zipline.utils.test_utils import setup_logger, teardown_logger
|
||||
|
||||
class TestUpDown(TestCase):
|
||||
@@ -26,7 +24,6 @@ class TestUpDown(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.zipline_test_config = {
|
||||
'allocator' : allocator,
|
||||
'sid' : 133,
|
||||
'trade_count' : 5,
|
||||
'amplitude' : 30,
|
||||
|
||||
Reference in New Issue
Block a user