瀏覽代碼

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

lmstack 3 年之前
父節點
當前提交
9fd1075056
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      LIB/MIDDLE/WinterCharging/V1_0_0/unique_I3.py

+ 3 - 1
LIB/MIDDLE/WinterCharging/V1_0_0/unique_I3.py

@@ -34,9 +34,11 @@ for k in range(len(fileNames)):
             list_I=df_charge_buff['总电流[A]'].values.tolist()[1:8]
             if((3 in list_I) and (df_charge_buff['总电流[A]'].value_counts()[3]>5)): 
                 data_I3=data_I3.append(df_charge_buff)
-                data_GMGC=data_GMGC.append(data_I3)
+        data_GMGC=data_GMGC.append(data_I3)
         
     except Exception as e:
         print(repr(e))
         mylog.logopt(sn,e)
         pass  
+
+