Commit ca487a5b authored by Dr.李's avatar Dr.李

remove dependency on legacy factor and tiny factor

parent 8c8d4550
......@@ -17,14 +17,12 @@ from alphamind.data.dbmodel.models import SpecificRiskLong
from alphamind.data.dbmodel.models import Uqer
from alphamind.data.dbmodel.models import Gogoal
from alphamind.data.dbmodel.models import Experimental
from alphamind.data.dbmodel.models import LegacyFactor
from alphamind.data.dbmodel.models import Tiny
from alphamind.data.dbmodel.models import RiskExposure
from alphamind.data.dbmodel.models import Categories
from alphamind.data.engines.industries import INDUSTRY_MAPPING
factor_tables = [Market, RiskExposure, Uqer, Gogoal, Experimental, LegacyFactor, Tiny, Categories]
factor_tables = [Market, RiskExposure, Uqer, Gogoal, Experimental, Categories]
def _map_risk_model_table(risk_model: str) -> tuple:
......
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