1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00
This commit is contained in:
meng-ustc
2021-02-19 11:56:50 +09:00
parent 42590972e4
commit cd5b721bc6

View File

@@ -265,7 +265,7 @@ def run(times=1, models=None, dataset="Alpha360", exclude=False):
) # TODO: FIX ME! ) # TODO: FIX ME!
else: else:
execute( execute(
f"cd {env_path} && {python_path} -m pip install --upgrade --force-reinstall -e git+https://github.com/microsoft----/qlib#egg=pyqlib" f"cd {env_path} && {python_path} -m pip install --upgrade --force-reinstall -e git+https://github.com/microsoft/qlib#egg=pyqlib"
) # TODO: FIX ME! ) # TODO: FIX ME!
sys.stderr.write("\n") sys.stderr.write("\n")
# run workflow_by_config for multiple times # run workflow_by_config for multiple times