Browse Source

提交6个算法,1、pitchGeneratorSpeedAnalyst;2、pitchPowerAnalyst;3、windSpeedFrequencyAnalyst;4、windSpeedAnalyst;5、ratedWindSpeedAnalyst;6、dataIntegrityOfSecondAnalyst

lcb 4 tháng trước cách đây
mục cha
commit
c0e5fa710c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dataAnalysisBusiness/algorithm/cpAnalyst.py

+ 1 - 1
dataAnalysisBusiness/algorithm/cpAnalyst.py

@@ -5,7 +5,7 @@ import plotly.graph_objects as go
 from algorithmContract.confBusiness import *
 from algorithmContract.contract import Contract
 from behavior.analystWithGoodPoint import AnalystWithGoodPoint
-from plotly.subplots import make_subplots
+from plotly.subplots import make_subplotscd
 
 
 class CpAnalyst(AnalystWithGoodPoint):