소스 검색

Merge branch 'dev' of http://git.fast-fun.cn:92/lmstack/data_analyze_platform into dev

qingfeng 3 년 전
부모
커밋
885928a45a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      LIB/MIDDLE/算法类别(模板)/算法名/V_1_0_1/core_algorithm.py

+ 1 - 1
LIB/MIDDLE/算法类别(模板)/算法名/V_1_0_1/core_algorithm.py

@@ -22,7 +22,7 @@ class Algo:
           data3 = other_algorithm(data1);
           res1 = f(data1, data2, param1,...)
           res2 = f(data1, data3, param2,...)
-
+          
           return [res1, res2]