mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
format code
This commit is contained in:
@@ -119,7 +119,8 @@ def task_collecting(task_pool, exp_name):
|
||||
return False
|
||||
|
||||
artifact = ens_workflow(
|
||||
RecorderCollector(exp_name=exp_name, rec_key_func=rec_key, rec_filter_func=my_filter), RollingGroup(),
|
||||
RecorderCollector(exp_name=exp_name, rec_key_func=rec_key, rec_filter_func=my_filter),
|
||||
RollingGroup(),
|
||||
)
|
||||
print(artifact)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user