Commit d90df3fe authored by 李煜's avatar 李煜

code update

parent 997e99ca
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
- factor_constrain # 收益质量 - factor_constrain # 收益质量
- factor_earning # 收益质量 - factor_earning # 收益质量
- factor_per_share_indicators # 收益质量 - factor_per_share_indicators # 收益质量
- factor_growth # 未使用
### client ### client
程序执行入口 程序执行入口
......
...@@ -21,7 +21,7 @@ from ultron.cluster.invoke.cache_data import cache_data ...@@ -21,7 +21,7 @@ from ultron.cluster.invoke.cache_data import cache_data
class Growth(FactorBase): class Growth(FactorBase):
""" """
成长类因子 历史成长
""" """
def __init__(self, name): def __init__(self, name):
super(Growth, self).__init__(name) super(Growth, self).__init__(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment