-
Notifications
You must be signed in to change notification settings - Fork 532
[MAINT] Outsource checks of inputs from interface #2799
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
Conversation
Another PR removing stuff from the interface class definition.
Codecov Report
@@ Coverage Diff @@
## master #2799 +/- ##
==========================================
- Coverage 67.52% 64.18% -3.35%
==========================================
Files 341 340 -1
Lines 43312 43324 +12
Branches 5371 5379 +8
==========================================
- Hits 29248 27808 -1440
- Misses 13363 14443 +1080
- Partials 701 1073 +372
Continue to review full report at Codecov.
|
…nto maint/outsource-checks
There is one important change in this PR: the The rationale is that, if the user wants to check the inputs, the appropriate way of doing it would be using the function |
Hi, just a reminder that the 1.1.8 release is targeted for January 28. Please let us know if you'd like to try to finish this up for that release. |
This one would be good to have in 1.1.8. I'll try to resolve conflicts ASAP |
If you can wait on #2855, that should fix Travis. |
This pull request is "orphaned," which means it has been deemed to be abandoned by its original author. Orphaned pull requests have not been rejected, and we hope that if a user sees one that will meet their needs with a little work, that they will fork it and open a new pull request (or, in the case of the original author, reopen the original PR). We ask that all adopted PRs be updated to merge or rebase the current master. If you would like to adopt a PR and need help getting started, any of a number of contributors will be happy to help. |
Another PR removing stuff from the interface class definition. It also adds more precise exceptions.