Browse Source

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

qingfeng 3 years ago
parent
commit
885928a45a

+ 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]