Closed NicolaCourtier closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.14%. Comparing base (
c8b00e6
) to head (409de77
). Report is 16 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Add an example showing how to optimise over a change of parameters, e.g. (R, tau) pairs instead of (R, C) pairs.
Issue reference
Fixes #396 (point 2).
Review
Before you mark your PR as ready for review, please ensure that you've considered the following:
Type of change
Key checklist:
$ pre-commit run
(or$ nox -s pre-commit
) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ nox -s tests
$ nox -s doctest
You can run integration tests, unit tests, and doctests together at once, using
$ nox -s quick
.Further checks:
Thank you for contributing to our project! Your efforts help us to deliver great software.