mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
black format
This commit is contained in:
@@ -9,11 +9,12 @@ QLIB_PATH = Path(__file__).absolute().resolve().parent.parent
|
|||||||
|
|
||||||
|
|
||||||
class InfoCollector:
|
class InfoCollector:
|
||||||
'''
|
"""
|
||||||
User could collect system info by following commands
|
User could collect system info by following commands
|
||||||
`cd scripts && python collect_info.py all`
|
`cd scripts && python collect_info.py all`
|
||||||
- NOTE: please avoid running this script in the project folder which contains `qlib`
|
- NOTE: please avoid running this script in the project folder which contains `qlib`
|
||||||
'''
|
"""
|
||||||
|
|
||||||
def sys(self):
|
def sys(self):
|
||||||
"""collect system related info"""
|
"""collect system related info"""
|
||||||
for method in ["system", "machine", "platform", "version"]:
|
for method in ["system", "machine", "platform", "version"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user