lmstack 3 years ago
parent
commit
391859d889
1 changed files with 2 additions and 2 deletions
  1. 2 2
      LIB/MIDDLE/CellStateEstimation/SOH/V1_0_0/CBMSBatSoh.py

+ 2 - 2
LIB/MIDDLE/CellStateEstimation/SOH/V1_0_0/CBMSBatSoh.py

@@ -3,8 +3,8 @@ import numpy as np
 import datetime
 import bisect
 import matplotlib.pyplot as plt
-import BatParam
-import DBDownload
+from LIB.MIDDLE.CellStateEstimation.SOH.V1_0_0 import BatParam
+from LIB.MIDDLE.CellStateEstimation.SOH.V1_0_0 import DBDownload
 
 class BatSoh:
     def __init__(self,sn,celltype,df_bms,df_accum, host, port, db, user, password, tablename):  #参数初始化