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.align module
a boilerplate fixture(s) to testsuite/analysis/conftest.py, analogous with existing ones
a client_<classname> fixtures to all tests using <classname> in testsuite/MDAnalysisTests/analysis/test_align.py, and modify the way run() method is called
The text was updated successfully, but these errors were encountered:
Given a newly implemented parallelization (https://docs.mdanalysis.org/dev/documentation_pages/analysis/parallelization.html), implement it for all classes in
analysis.align
module. You may useanalysis.RMSD
example as a reference.You need to add:
AnalysisBase
subclasses inanalysis.align
moduletestsuite/analysis/conftest.py
, analogous with existing onesclient_<classname>
fixtures to all tests using<classname>
intestsuite/MDAnalysisTests/analysis/test_align.py
, and modify the wayrun()
method is calledThe text was updated successfully, but these errors were encountered: