Explorar el Código

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

lcb hace 4 meses
padre
commit
c0e5fa710c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):