1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update run_all_model script

This commit is contained in:
Jactus
2020-11-25 20:44:49 +08:00
parent c516ec89e1
commit a371bf757b

View File

@@ -178,8 +178,7 @@ def get_all_folders() -> dict:
folders = dict()
for f in os.scandir("benchmarks"):
path = Path("benchmarks") / f.name
if f.name != "TFT":
folders[f.name] = str(path.resolve())
folders[f.name] = str(path.resolve())
return folders