lmstack vor 3 Jahren
Ursprung
Commit
391859d889
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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):  #参数初始化