mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-02 02:21:18 +08:00
test fix CI error
This commit is contained in:
@@ -10,6 +10,8 @@ from qlib.tests import TestAutoData
|
||||
|
||||
class WorkflowTest(TestAutoData):
|
||||
TMP_PATH = Path("./.mlruns_tmp/")
|
||||
TMP_PATH.mkdir()
|
||||
print("创建的文件夹路径:", TMP_PATH.resolve())
|
||||
|
||||
def tearDown(self) -> None:
|
||||
if self.TMP_PATH.exists():
|
||||
|
||||
Reference in New Issue
Block a user