qingfeng 2 年之前
父节点
当前提交
a3eeddf8dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()