mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
Merge branch 'main' of https://github.com/you-n-g/qlib into main
This commit is contained in:
@@ -26,6 +26,19 @@ class RecordTemp:
|
||||
"""
|
||||
artifact_path = None
|
||||
|
||||
@classmethod
|
||||
def get_path(cls, path=None):
|
||||
names = []
|
||||
if cls.artifact_path is not None:
|
||||
names.append(cls.artifact_path)
|
||||
|
||||
if path is not None:
|
||||
names.append(path)
|
||||
|
||||
return "/".join(names)
|
||||
|
||||
artifact_path = None
|
||||
|
||||
@classmethod
|
||||
def get_path(cls, path=None):
|
||||
names = []
|
||||
|
||||
Reference in New Issue
Block a user