-
Notifications
You must be signed in to change notification settings - Fork 652
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
Revert old guessers and tables removal #4752
Conversation
Hello @IAlibay! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-10-25 19:30:05 UTC |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4752 +/- ##
===========================================
- Coverage 93.65% 93.57% -0.08%
===========================================
Files 175 189 +14
Lines 21565 22774 +1209
Branches 3023 3052 +29
===========================================
+ Hits 20196 21311 +1115
- Misses 925 1016 +91
- Partials 444 447 +3 ☔ View full report in Codecov by Sentry. |
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.
lgtm, thx
@IAlibay I'll assign the PR to you so you can merge when you need to. |
Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
The :mod:`MDAnalysis.topology.guessers` module will be removed in release 3.0.0. | ||
It is deprecated in favor of the new Guessers API. See | ||
:mod:`MDAnalysis.guesser.default_guesser` for more details. | ||
|
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.
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 don't believe this is correct - removing that line would break the deprecation box (things render fine as-is here: https://mdanalysis--4752.org.readthedocs.build/en/4752/documentation_pages/topology/guessers.html)
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.
LGTM, although I agree with @yuxuanzhuang's comments. Thanks @IAlibay!
@yuxuanzhuang I've addressed your review comments so I'll go ahead and dismiss it so we can more rapidly merge things ahead of the release. |
Fixes #4751 #4753
TODO:
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4752.org.readthedocs.build/en/4752/