-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor problems #280
Refactor problems #280
Conversation
…/PyBOP into issue-279-refactor-problem
As this is refactoring, let me know if it should have a line in the CHANGELOG or not (and under which category). |
Thanks for the addition @brosaplanella! Unforunately, this is currently blocked as the codecov is silently failing. A fix for this is in #275, if you want to add that fix to this branch I'm happy to review. Otherwise I'll review once we've merged #275 and this branch merges develop. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #280 +/- ##
===========================================
+ Coverage 95.47% 95.49% +0.01%
===========================================
Files 36 38 +2
Lines 2034 2040 +6
===========================================
+ Hits 1942 1948 +6
Misses 92 92 ☔ View full report in Codecov by Sentry. |
LGTM, thanks for the addition @brosaplanella! |
@all-contributors add @brosaplanella to code |
I've put up a pull request to add @brosaplanella! 🎉 |
Description
Refactor the various problem classes into separate folders.
Issue reference
Fixes #279
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.