mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 03:50:57 +08:00
40 lines
804 B
Markdown
40 lines
804 B
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: Submit a bug report to help us improve Qlib
|
|
labels: bug
|
|
|
|
---
|
|
|
|
## 🐛 Bug Description
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1.
|
|
1.
|
|
1.
|
|
|
|
|
|
## Expected Behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Screenshot
|
|
|
|
<!-- A screenshot of the error message or anything shouldn't appear-->
|
|
|
|
## Environment
|
|
|
|
**Note**: One could run `python scripts/collect_info.py` under the `qlib` directory to get the following information.
|
|
|
|
- Qlib version:
|
|
- Python version:
|
|
- OS (`Windows`, `Linux`, `MacOS`):
|
|
- Commit number (optional, please provide it if you are using the dev version):
|
|
|
|
## Additional Notes
|
|
|
|
<!-- Add any other information about the problem here. --> |