1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

Optimize the implementation of uri & Fix async log bug (#1364)

* Optimize the implementation of uri

* remove redundant func

* Set the right order of _set_client_uri

* Update qlib/workflow/expm.py

* Simplify client & add test.Add docs; Fix async bug

* Fix comments & pylint

* Improve README
This commit is contained in:
you-n-g
2022-11-18 13:11:31 +08:00
committed by GitHub
parent b51e881be3
commit 994f89319d
7 changed files with 94 additions and 63 deletions

View File

@@ -0,0 +1,3 @@
Some implementations of Qlib depend on some assumptions of its dependencies.
So some tests are requried to ensure that these assumptions are valid.