浏览代码

Merge remote-tracking branch 'origin/dev' into pro

lmstack 3 年之前
父节点
当前提交
62fd8bc90f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      LIB/MIDDLE/CellStateEstimation/BatSafetyWarning/V1_0_1/CBMSBatInterShort.py

+ 0 - 2
LIB/MIDDLE/CellStateEstimation/BatSafetyWarning/V1_0_1/CBMSBatInterShort.py

@@ -97,8 +97,6 @@ class BatInterShort():
                 cellvolt=df_volt.mean(0)/1000
             else:
                 cellvolt=pd.DataFrame()
-        elif len(df_volt)==1:
-            cellvolt=df_volt.iloc[0]/1000
         else:
             cellvolt=pd.DataFrame()
         return cellvolt