Uh oh!
There was an error while loading. Please reload this page.
Alias bfactor to tempfactor - #3345
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-08-01 17:02:38 UTC |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report
@@ Coverage Diff @@## develop #3345 +/- ##
========================================
Coverage 93.62% 93.62% ========================================
Files 176 176 Lines 22835 22848 +13 Branches 3224 3224 ========================================
+ Hits 21379 21392 +13
Misses 1405 1405 Partials 51 51
Continue to review full report at Codecov.
|
766929f to
b8e7f7cCompareorbeckst
commented
Jun 2, 2021
via email
I am a bit busy today and might not get to it immediately, sorry. … On Jun 1, 2021, at 6:22 PM, Lily Wang ***@***.***> wrote:
@lilyminium <https://github.com/lilyminium> requested your review on: #3345 <#3345> Alias bfactor to tempfactor.
|
lilyminium
commented
Jun 2, 2021
via email
No rush at all, take your time :) … On 2 Jun 2021, at 1:27 pm, Oliver Beckstein ***@***.***> wrote:
I am a bit busy today and might not get to it immediately, sorry.
> On Jun 1, 2021, at 6:22 PM, Lily Wang ***@***.***> wrote:
>
>
> @lilyminium <https://github.com/lilyminium> requested your review on: #3345 <#3345> Alias bfactor to tempfactor.
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3345 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHNMOXMT2BI766NTM4HHXRDTQ2H3RANCNFSM453T5CEA>.
|
Uh oh!
There was an error while loading. Please reload this page.
| # TODO: remove bfactors in 3.0 | ||
| BFACTOR_WARNING = ("The bfactor topology attribute is only " |
There was a problem hiding this comment.
This should be documented somewhere.
There was a problem hiding this comment.
I'm not sure we really document all the topology attributes anywhere. I added it as a docstring to the bfactor/s properties?
Edit: and I'll update the user guide
There was a problem hiding this comment.
Yeah that sounds reasonable, for some reason I thought we had a big table somewhere, but maybe I'm getting confused with something else.
There was a problem hiding this comment.
in __init__.py, but I think that might firstly be woefully out of date, and secondly never mentioned bfactors to start off with :p
Uh oh!
There was an error while loading. Please reload this page.
IAlibay
left a comment
There was a problem hiding this comment.
sorry it took so long to re-review.
Couple of questions and some docs changes for pdb/mmtf
| # TODO: remove bfactors in 3.0 | ||
| BFACTOR_WARNING = ("The bfactor topology attribute is only " |
There was a problem hiding this comment.
Yeah that sounds reasonable, for some reason I thought we had a big table somewhere, but maybe I'm getting confused with something else.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
IAlibay
commented
Jul 19, 2021
@lilyminium if you can give a yea/nay to my review comments we can aim to merge this. |
173f09c to
89072afCompare
IAlibay
left a comment
There was a problem hiding this comment.
lgtm - please do merge whenever
orbeckst
left a comment
There was a problem hiding this comment.
minor doc issues that should be corrected, please
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
IAlibay
commented
Aug 12, 2021
@orbeckst is this good to merge now? |
IAlibay
commented
Aug 12, 2021
🎉 one step closer to a 2.0 release! |
Fixes#1901
Changes made in this Pull Request:
bfactortotempfactorwith some abstract-ish machinery (aliases) in case we do this again in the future.I forget, did we want to warn people that this attribute now has 2 names?
I kept most of the mentions of
bfactorin the tests the same to make sure we're not altering behaviour.PR Checklist