1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

make info more friendly

This commit is contained in:
Young
2020-12-16 02:16:06 +00:00
parent f7e775f941
commit 9b60214e0c

View File

@@ -18,7 +18,9 @@ try:
from ._libs.rolling import rolling_slope, rolling_rsquare, rolling_resi
from ._libs.expanding import expanding_slope, expanding_rsquare, expanding_resi
except ImportError as err:
print("#### Do not import qlib package in the repository directory in case of importing qlib from . without compiling #####")
print(
"#### Do not import qlib package in the repository directory in case of importing qlib from . without compiling #####"
)
raise
__all__ = (