mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-07 21:11:50 +08:00
Fix test_get_data && test_dump_data
This commit is contained in:
@@ -12,7 +12,7 @@ from get_data import GetData
|
||||
import qlib
|
||||
from qlib.data import D
|
||||
|
||||
DATA_DIR = Path(__file__).parent.joinpath("test_data")
|
||||
DATA_DIR = Path(__file__).parent.joinpath("test_get_data")
|
||||
SOURCE_DIR = DATA_DIR.joinpath("source")
|
||||
SOURCE_DIR.mkdir(exist_ok=True, parents=True)
|
||||
QLIB_DIR = DATA_DIR.joinpath("qlib")
|
||||
|
||||
Reference in New Issue
Block a user