mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
move backtest to core, fix calendar bugs, add some docstring
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
from typing import Union
|
||||
|
||||
|
||||
from ..backtest.executor import BaseExecutor
|
||||
from .interpreter import StateInterpreter, ActionInterpreter
|
||||
from ..contrib.backtest.executor import BaseExecutor
|
||||
from ..utils import init_instance_by_config
|
||||
from .interpreter import BaseInterpreter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user