@@ -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
return cellvolt