You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appropriate implementation of result aggregation for AnalysisBase subclasses in analysis.rdf module (or explicitly limit available backends if the classes aren't parallelizable)
a boilerplate fixture(s) to testsuite/analysis/conftest.py, analogous with existing ones
a client_... fixtures to all tests using in testsuite/MDAnalysisTests/analysis/test_rdf.py, and modify the way run() method is called
The text was updated successfully, but these errors were encountered:
hey @tanishy7777 just start working on it and submit your PR, I don't think there's a need to ask for a permission.
it's not that big of an issue (like maybe 20-30 LOC, you can check other issues marked parallelization), so there's no need to struggle to prevent double work.
hey @tanishy7777 just start working on it and submit your PR, I don't think there's a need to ask for a permission.
it's not that big of an issue (like maybe 20-30 LOC, you can check other issues marked parallelization), so there's no need to struggle to prevent double work.
Given a newly implemented parallelization (https://docs.mdanalysis.org/dev/documentation_pages/analysis/parallelization.html), implement it for all classes in
analysis.rdf
module. You may useanalysis.RMSD
indevelop
as a reference.You need to add:
analysis.rdf
module (or explicitly limit available backends if the classes aren't parallelizable)testsuite/analysis/conftest.py
, analogous with existing onesclient_...
fixtures to all tests using intestsuite/MDAnalysisTests/analysis/test_rdf.py
, and modify the way run() method is calledThe text was updated successfully, but these errors were encountered: