Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
[ ] New feature (non-breaking change which adds functionality)
[ ] Optimization (back-end change that speeds up the code)
[X] Bug fix (non-breaking change which fixes an issue)
Key checklist
[X] No style issues: $ python -m nox -s lint
[X] All tests pass: $ python -m nox -s unit examples integration
[X] Coverage is complete $ python -m nox -s coverage
[X] The documentation builds: $ python -m nox -s sphinx
Further checks
[x] Code is commented, particularly in hard-to-understand areas
[x] Tests added that prove fix is effective or that feature works
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist
$ python -m nox -s lint
$ python -m nox -s unit examples integration
$ python -m nox -s coverage
$ python -m nox -s sphinx
Further checks