From 434b126f86a69e9ce71b6ca925d867f2a7363997 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Mon, 16 Dec 2013 16:20:10 -0800 Subject: [PATCH] delete spaces --- pvmismatch/pvmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvmismatch/pvmodule.py b/pvmismatch/pvmodule.py index 569ab55..ca1be80 100644 --- a/pvmismatch/pvmodule.py +++ b/pvmismatch/pvmodule.py @@ -31,7 +31,7 @@ def __init__(self, pvconst=PVconstants(), numberCells=NUMBERCELLS, Ee=1, # Constructor self.pvconst = pvconst self.numberCells = numberCells - if subStrCells: + if subStrCells: self.subStrCells = subStrCells # sequence of cells per substring elif self.numberCells in MODSIZES: self.subStrCells = SUBSTRSIZES[MODSIZES.index(self.numberCells)]