mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 03:50:57 +08:00
Merge branch 'main' of github.com:you-n-g/qlib into main
This commit is contained in:
@@ -291,7 +291,9 @@ class DataHandlerLP(DataHandler):
|
||||
init_instance_by_config(
|
||||
proc,
|
||||
None if (isinstance(proc, dict) and "module_path" in proc) else processor_module,
|
||||
accept_types=processor_module.Processor))
|
||||
accept_types=processor_module.Processor,
|
||||
)
|
||||
)
|
||||
|
||||
self.process_type = process_type
|
||||
super().__init__(instruments, start_time, end_time, data_loader, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user