switched back to process backed simulator

This commit is contained in:
fawce
2012-02-14 12:16:19 -05:00
parent 73ffed6081
commit 6730572c2c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class ThreadSimulator(SimulatorBase):
class ProcessSimulator(SimulatorBase):
def __init__(self, sources, transforms, client, feed=None, merge=None):
SimlulatorBase.__init__(self, sources, transforms, client, feed, merge)
SimulatorBase.__init__(self, sources, transforms, client, feed, merge)
def launch_component(self, name, component):
qutil.LOGGER.info("starting {name}".format(name=name))
+1 -1
View File
@@ -7,7 +7,7 @@ import unittest2 as unittest
import multiprocessing
import time
from qsim.core import ThreadSimulator, DataFeed
from qsim.core import ThreadSimulator, ProcessSimulator, DataFeed
from qsim.transforms.technical import MovingAverage
from qsim.sources import RandomEquityTrades
import qsim.util as qutil
+1
View File
@@ -8,6 +8,7 @@ cover-erase=1
cover-html=1
cover-html-dir=docs/_build/html/cover
with-xunit=1
#processes=2
# Drop into debugger on failure