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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user