1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 10:01:19 +08:00

fix record_tmp bug

This commit is contained in:
Young
2020-11-22 03:17:50 +00:00
parent 89977320e3
commit c8d7d3ea2a
4 changed files with 30 additions and 14 deletions

View File

@@ -101,7 +101,7 @@ setup(
entry_points={
# 'console_scripts': ['mycli=mymodule:cli'],
"console_scripts": [
"workflow_by_config=qlib.workflow.cli:run",
"qrun=qlib.workflow.cli:run",
],
},
ext_modules=extensions,