mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
fix CI bug
This commit is contained in:
@@ -64,7 +64,7 @@ class Config:
|
|||||||
REG_CN = "cn"
|
REG_CN = "cn"
|
||||||
REG_US = "us"
|
REG_US = "us"
|
||||||
|
|
||||||
NUM_USABLE_CPU = multiprocessing.cpu_count() - 2
|
NUM_USABLE_CPU = max(multiprocessing.cpu_count() - 2, 1)
|
||||||
|
|
||||||
_default_config = {
|
_default_config = {
|
||||||
# data provider config
|
# data provider config
|
||||||
|
|||||||
Reference in New Issue
Block a user