Browse Source

update 模板

lmstack 3 years ago
parent
commit
5b1d0f87f5

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