1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00

Modify the default value in the multi_freq example

This commit is contained in:
zhupr
2021-09-02 11:51:52 +08:00
committed by you-n-g
parent e84cc23589
commit 4c5a4d5cd7
2 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ from qlib.data.inst_processor import InstProcessor
class Resample1minProcessor(InstProcessor):
def __init__(self, hour: int, minute: int):
def __init__(self, hour: int, minute: int, **kwargs):
self.hour = hour
self.minute = minute