Ver Fonte

内短路电压获取条件严苛

qingfeng há 2 anos atrás
pai
commit
513da5f3fc

+ 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