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
[ ] No style issues: $ python -m nox -s lint
[ ] All tests pass: $ python -m nox -s unit examples integration
Description
Fixes small bugs in
OptimisationResult
Fixes #73
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