From 49851d1131f9be91938be3d3956a62a4c93d0d37 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 19 Oct 2016 10:37:59 -0700 Subject: [PATCH] Removed unnecessary assignment (variable assigned later) --- eos/capSim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/capSim.py b/eos/capSim.py index a5ed4a8d1..c0211dde9 100644 --- a/eos/capSim.py +++ b/eos/capSim.py @@ -141,7 +141,7 @@ class CapSimulator(object): cap = capCapacity # current cap value t_wrap = self.period # point in time of next period - t_now = t_last = 0 + t_last = 0 t_max = self.t_max while 1: