mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Fix fire
This commit is contained in:
@@ -253,7 +253,7 @@ def run(times=1, models=None, exclude=False):
|
|||||||
for i in range(times):
|
for i in range(times):
|
||||||
sys.stderr.write(f"Running the model: {fn} for iteration {i+1}...\n")
|
sys.stderr.write(f"Running the model: {fn} for iteration {i+1}...\n")
|
||||||
errs = execute(
|
errs = execute(
|
||||||
f"{python_path} {env_path / 'src/pyqlib/qlib/workflow/cli.py'} {yaml_path} {fn} {exp_manager}"
|
f"{python_path} {env_path / 'src/pyqlib/qlib/workflow/cli.py'} {yaml_path} {fn} '{exp_manager}'"
|
||||||
)
|
)
|
||||||
if errs is not None:
|
if errs is not None:
|
||||||
_errs = errors.get(fn, {})
|
_errs = errors.get(fn, {})
|
||||||
|
|||||||
Reference in New Issue
Block a user