mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 09:11:00 +08:00
fix pytest error
This commit is contained in:
@@ -147,7 +147,7 @@ class Alpha158(DataHandlerLP):
|
|||||||
},
|
},
|
||||||
"rolling": {},
|
"rolling": {},
|
||||||
}
|
}
|
||||||
return Alpha158DL.parse_config_to_fields(conf) # pylint: disable=E1101
|
return Alpha158DL.get_feature_config(conf)
|
||||||
|
|
||||||
def get_label_config(self):
|
def get_label_config(self):
|
||||||
return ["Ref($close, -2)/Ref($close, -1) - 1"], ["LABEL0"]
|
return ["Ref($close, -2)/Ref($close, -1) - 1"], ["LABEL0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user