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

Fix the multi-processing bug

This commit is contained in:
Young
2021-04-12 06:33:31 +00:00
parent cca43cf102
commit b15e5e33fd
3 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ from qlib.workflow.task.utils import list_recorders
from qlib.utils.serial import Serializable
class Collector(Serializable):
class Collector:
"""The collector to collect different results"""
def collect(self, *args, **kwargs):