Issue reports#
We appreciate being notified of problems with the existing ArviZ code. We prefer that issues be shared on a Github Issue Tracker rather than on social media or by direct email to the developers. If you are unsure if your issue corresponds to a specific package of the ArviZverse, you can open an issue in the main ArviZ repository issue tracker. On the other hand, if you are certain the issue corresponds to a specific pacakge, use the relevant issue tracker: of the corresponding package repository:
Please verify that your issue is not being currently addressed by other issues or pull requests by using the GitHub search tool to look for keywords in the project issue tracker.
When writing an issue, make sure to include any supporting information, in particular, the version of ArviZ that you are using and how did you install it. The issue tracker has several templates available to help in writing the issue and including useful supporting information.
Minimal reproducible example#
If your issue reports a bug or tries to show a specific behaviour, provide a way to reproduce the issue. Consider the advice on stackoverflow about writing a minimal reproducible code example.
If even a minimal version of the code is still too long to comfortably share in the issue text, upload the code snippet as a GitHub Gist or a standalone Jupyter notebook.