2 Commits 3eb7b844e0 ... 2303a76ce7

Author SHA1 Message Date
  shangguanlie23 2303a76ce7 Merge branch 'dev' of http://git.fast-fun.cn:92/lmstack/data_analyze_platform into dev 3 years ago
  shangguanlie23 b9c142dfd7 修改函数中BatParam的导入方式 3 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LIB/MIDDLE/SaftyCenter/Liplated/Li_plated.py

+ 1 - 1
LIB/MIDDLE/SaftyCenter/Liplated/Li_plated.py

@@ -3,7 +3,7 @@ import numpy as np
 import datetime
 import matplotlib as plt
 from scipy.signal import savgol_filter
-import BatParam
+from LIB.MIDDLE.CellStateEstimation.Common.V1_0_1 import BatParam
 
 class Liplated_test:
     def __init__(self,sn,celltype,df_bms):  #参数初始化