mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
Merge branch 'main' of github.com:you-n-g/qlib into main
This commit is contained in:
@@ -178,8 +178,7 @@ def get_all_folders() -> dict:
|
|||||||
folders = dict()
|
folders = dict()
|
||||||
for f in os.scandir("benchmarks"):
|
for f in os.scandir("benchmarks"):
|
||||||
path = Path("benchmarks") / f.name
|
path = Path("benchmarks") / f.name
|
||||||
if f.name != "TFT":
|
folders[f.name] = str(path.resolve())
|
||||||
folders[f.name] = str(path.resolve())
|
|
||||||
return folders
|
return folders
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user