1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

optimize get_data code

This commit is contained in:
Linlang
2024-03-06 15:17:04 +08:00
parent 0c14952136
commit fd0863b0bb
3 changed files with 44 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ from qlib.tests import TestAutoData
class WorkflowTest(TestAutoData):
# Creating the directory manually doesn't work with mlflow,
# so we add a subfolder named .trash when we create the directory.
TMP_PATH = Path("./.mlruns_tmp/.trash")
def tearDown(self) -> None: