1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 15:56:57 +08:00

CI updating

This commit is contained in:
Young
2020-12-09 11:22:34 +00:00
committed by you-n-g
parent c0f1696adb
commit 303021cd47
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ class SignalRecord(RecordTemp):
raw_label = self.dataset.prepare(**params)
self.recorder.save_objects(**{"label.pkl": raw_label})
self.dataset.__class__ = orig_cls
self.dataset.__class__ = orig_cls
def list(self):
return ["pred.pkl", "label.pkl"]