浏览代码

新增stl计算文件日志

317699326@qq.com 1 月之前
父节点
当前提交
e8dc67f2f4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/edb_data_calculate_stl.go

+ 1 - 0
services/edb_data_calculate_stl.go

@@ -552,6 +552,7 @@ print(output)
 	}
 
 	pythonCode = fmt.Sprintf(pythonCode, path, period, seasonal, trend, fraction, seasonalDeg, trendDeg, lowPassDeg, robustStr, toPath)
+	utils.FileLog.Info(pythonCode)
 	cmd := exec.Command(utils.PYTHON_PATH, "-c", pythonCode)
 	_, err = cmd.CombinedOutput()
 	if err != nil {