Fixes # (issue number, if applicable)
Please include a summary of the change, relevant motivation and context. If possible and applicable, include before and after screenshots and a URL where the changes can be seen.
Please list anything which has been left out of this PR or which should be considered before this PR is accepted Check any of the following which apply:
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
- I have made corresponding changes to the documentation
- This change requires new dependencies (please list)
If you make changes to the Python code
- My code passes the tox check, I can receive warnings about tests, documentation or both
Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. Please also list any relevant details for your test configuration.
- Test A
- Test B
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings
- I have not used code from external sources without attribution
- I have considered accessibility in my implementation
- There are no remaining debug statements (print, console.log, ...)