bug_report.yml
bug_report.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| Bug report | Report something that is broken or incorrect | bug |
Note: Please read this guide
detailing how to provide the necessary information for us to reproduce your bug. In brief:
- Please provide exact steps how to reproduce the bug in a clean Python environment.
- In case it's not clear what's causing this bug, please provide the data or the data generation procedure.
- Sometimes it is not possible to share the data, but usually it is possible to replicate problems on publicly
available datasets or to share a subset of your data.
A clear and concise description of what the bug is.
Which version of packages.
Please install session-info2, run the following command in a notebook,
click the “Copy as Markdown” button, then paste the results into the text box below.
In[1]: import session_info2; session_info2.session_info(dependencies=True)Alternatively, run this in a console:
>>> import session_info2; print(session_info2.session_info(dependencies=True)._repr_mimebundle_()["text/markdown"])