mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 09:24:34 +08:00
Minor change
This commit is contained in:
@@ -18,7 +18,7 @@ def _get_common_infra(
|
|||||||
config: ExchangeConfig,
|
config: ExchangeConfig,
|
||||||
trade_date: pd.Timestamp,
|
trade_date: pd.Timestamp,
|
||||||
codes: List[str],
|
codes: List[str],
|
||||||
cash_limit: Optional[float] = None,
|
cash_limit: float = None,
|
||||||
) -> CommonInfrastructure:
|
) -> CommonInfrastructure:
|
||||||
# need to specify a range here for acceleration
|
# need to specify a range here for acceleration
|
||||||
if cash_limit is None:
|
if cash_limit is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user