-
Notifications
You must be signed in to change notification settings - Fork 668
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
Added deprecation warning when trying to add_TopAttr bfactors or tempfactors #3161
Conversation
Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-03-14 21:06:38 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lilyminium
It would be good to document this somewhere in the docstring so that folks can look up what we are planning to do here.
Codecov Report
@@ Coverage Diff @@
## master #3161 +/- ##
==========================================
+ Coverage 90.97% 91.81% +0.84%
==========================================
Files 162 167 +5
Lines 22194 22704 +510
Branches 3198 3200 +2
==========================================
+ Hits 20190 20846 +656
- Misses 1381 1774 +393
+ Partials 623 84 -539
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming you're adding yourself to the 1.1.0 author list somewhere else?
Yes, in one of the other gazillion PRs I have open 😅 |
Fixes #Changes made in this Pull Request:
PR Checklist