qingfeng 2 years ago
parent
commit
a3eeddf8dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      USER/SPF/01qixiang/01BatSoh/CBMSBatSoh.py

+ 1 - 1
USER/SPF/01qixiang/01BatSoh/CBMSBatSoh.py

@@ -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()