@@ -632,7 +632,7 @@ class BatSoh():
else:
pass
- elif self.packcrnt[i]<=-1 and self.packcrnt[i-1]<=-1 and self.packcrnt[i+1]<=-1 and self.packcrnt[i]>-100: #判读满充状态
+ elif self.packcrnt[i]<=-1 and self.packcrnt[i-1]<=-1 and self.packcrnt[i+1]<=-1 and self.packcrnt[i]>-1: #判读满充状态
standingtime=0
self._celltemp_weight(i)
cellvolt_now=self._cellvolt_get(i).tolist()