Merge branch 'master' of github.com:quantopian/zipline

Conflicts:
	zipline/lines.py
This commit is contained in:
fawce
2012-06-21 22:10:06 -04:00
+5 -1
View File
@@ -327,7 +327,11 @@ class SimulatedTrading(object):
@property
def is_success(self):
return self.sim.ready() and not self.sim.exception
# TODO: other assertions?
if self.sim.did_clean_shutdown():
return True
else:
return False
#--------------------------------
# Component property accessors