-
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
Fix error in parallelization scheme #4760
Fix error in parallelization scheme #4760
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4760 +/- ##
===========================================
- Coverage 93.65% 93.63% -0.03%
===========================================
Files 175 187 +12
Lines 21565 22640 +1075
Branches 3023 3024 +1
===========================================
+ Hits 20196 21198 +1002
- Misses 925 998 +73
Partials 444 444 ☔ 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.
Good fixes to the docs. Important for anyone wanting to work with parallelization.
@IAlibay this is not a new feature but a docs bug fix. Can this go in despite feature freeze?
@@ -41,7 +41,8 @@ impossible with any but the ``serial`` backend. | |||
|
|||
Parallelization is getting added to existing analysis classes. Initially, | |||
only :class:`MDAnalysis.analysis.rms.RMSD` supports parallel analysis, but | |||
we aim to increase support in future releases. | |||
we aim to increase support in future releases. Please check issues labeled | |||
`parallelization` on the MDAnalysis issues [page](https://github.com/MDAnalysis/mdanalysis/issues). |
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.
@IAlibay I assigned the PR to you so you can make the decision about merging despite 2.8.0 feature freeze. |
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! lgtm!
package/doc/sphinx/source/documentation_pages/analysis/parallelization.rst
Outdated
Show resolved
Hide resolved
package/doc/sphinx/source/documentation_pages/analysis/parallelization.rst
Outdated
Show resolved
Hide resolved
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 went ahead and fixed the link so we can merge more rapidly.
Changes made in this Pull Request:
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4760.org.readthedocs.build/en/4760/