Report Bugs or Errors#
Note
We are sorry to find you on this page! But we are happy to help you with your problem. Please follow the steps below to report a bug or error.
Errors in the Documentation#
The underlying content of the lories documentation website is hosted in the GitHub repository. You can therefore:
π₯ Report the Error#
Prerequisites
In order to report an error in the documentation, please open a new issue in this repository, describing the error and where you found it. A member of the Brightway developer community will then take care of the issue. Please note that developments are often undertaken on a voluntary basis, so it may take some time for your issue to be resolved.
π₯ Fix the Error Yourself#
Prerequisites
Basic knowledge of the GitHub contribution workflow (fork, branch, PR)
A fork of the GitHub repository
Basic knowledge of Markdown
In order to fix an error in the documentation, you can make an edit of the underlying content yourself:
Use the
βοΈ Edit on GitHubbutton on the top right of the page to open the corresponding file in the GitHub repository. This shows you which file you need to edit.Edit the file in your fork of the repository. Finally, create a pull request.
As soon as a member of the lories developer community has merged your pull request, the changes will be visible on the Brightway documentation website.
Bugs in the Code#
The underlying code of the lories framework is hosted in the GitHub repository. You can therefore:
π₯ Report the Bug#
Prerequisites
Basic knowledge of the Python Error Traceback
In order to report a bug in lories, please open a new issue in this repository, describing the bug and how you found it. Your issue should include:
The complete Python Traceback
A description of the bug
Information your operating system and Python version
The steps required to reproduce the bug
A member of the lories developer community will then take care of the issue. Please note that developments are mostly undertaken on a voluntary basis, so it may take some time for your issue to be resolved.
π₯ Fix the Bug Yourself#
Prerequisites
Basic knowledge of the GitHub contribution workflow (fork, branch, PR)
A fork of the GitHub repository
Follow the usual GitHub contribution workflow and please take a look at how to contribute to the code.