mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 15:26:54 +08:00
fix handler bug
This commit is contained in:
@@ -289,7 +289,7 @@ class DataHandlerLP(DataHandler):
|
|||||||
getattr(self, pname).append(
|
getattr(self, pname).append(
|
||||||
init_instance_by_config(
|
init_instance_by_config(
|
||||||
proc,
|
proc,
|
||||||
None if (isinstance(data_loader, dict) and "module_path" in data_loader) else data_loader_module,
|
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
|
self.process_type = process_type
|
||||||
|
|||||||
Reference in New Issue
Block a user