mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 08:16:54 +08:00
modify the default value of exists_skip in the GetData.qlib_data parameter to False
This commit is contained in:
@@ -37,7 +37,7 @@ exp_manager = {
|
||||
},
|
||||
}
|
||||
|
||||
GetData().qlib_data(target_dir=provider_uri, region=REG_CN)
|
||||
GetData().qlib_data(target_dir=provider_uri, region=REG_CN, exists_skip=True)
|
||||
qlib.init(provider_uri=provider_uri, region=REG_CN, exp_manager=exp_manager)
|
||||
|
||||
# decorator to check the arguments
|
||||
|
||||
Reference in New Issue
Block a user