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

fix CI bug

This commit is contained in:
Young
2020-11-25 12:32:39 +00:00
parent 80fb24d8c3
commit c897ecac33

View File

@@ -64,7 +64,7 @@ class Config:
REG_CN = "cn"
REG_US = "us"
NUM_USABLE_CPU = multiprocessing.cpu_count() - 2
NUM_USABLE_CPU = max(multiprocessing.cpu_count() - 2, 1)
_default_config = {
# data provider config