patched guard logic in max drawdown calculation. needs real work.

This commit is contained in:
fawce
2012-04-05 12:43:43 -04:00
parent 14b57dad07
commit aaf2fae2b8
3 changed files with 6 additions and 13 deletions
-9
View File
@@ -189,9 +189,6 @@ class Component(object):
self.stop_tic = time.time()
# shouldn't block if we've done our job correctly
# self.context.term()
def run(self, catch_exceptions=True):
"""
Run the component.
@@ -214,12 +211,6 @@ class Component(object):
self.shutdown()
self.teardown_sockets()
#else:
#try:
#self._run()
#finally:
#self.shutdown()
#self.teardown_sockets()
def working(self):
"""