This commit is contained in:
Jean Bredeche
2016-07-13 09:13:39 -04:00
parent 6fb4923cc7
commit 4af61d2c39
-2
View File
@@ -51,7 +51,6 @@ class AlgorithmSimulator(object):
# Algo Setup
# ==============
self.algo = algo
self.algo_start = normalize_date(self.sim_params.first_open)
# ==============
# Snapshot Setup
@@ -64,7 +63,6 @@ class AlgorithmSimulator(object):
# We don't have a datetime for the current snapshot until we
# receive a message.
self.simulation_dt = None
self.previous_dt = self.algo_start
self.clock = clock