Преглед изворни кода

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]