mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
make message more friendly
This commit is contained in:
@@ -18,7 +18,7 @@ try:
|
|||||||
from ._libs.rolling import rolling_slope, rolling_rsquare, rolling_resi
|
from ._libs.rolling import rolling_slope, rolling_rsquare, rolling_resi
|
||||||
from ._libs.expanding import expanding_slope, expanding_rsquare, expanding_resi
|
from ._libs.expanding import expanding_slope, expanding_rsquare, expanding_resi
|
||||||
except ImportError as err:
|
except ImportError as err:
|
||||||
print("Do not import qlib package in the repository directory!")
|
print("#### Do not import qlib package in the repository directory in case of importing qlib from . without compiling #####")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
|||||||
Reference in New Issue
Block a user