MDAnalysis.analysis.hole2
: Implement parallelization or mark as unparallelizable
#60
Labels
help wanted
Extra attention is needed
Given a newly implemented parallelization (https://docs.mdanalysis.org/dev/documentation_pages/analysis/parallelization.html), implement it for all classes in
analysis.hole2
module. You may useanalysis.RMSD
indevelop
as a reference.You need to add:
analysis.hole2
module (or explicitly limit available backends if the classes aren't parallelizable)testsuite/analysis/conftest.py
, analogous with existing onestestsuite/MDAnalysisTests/analysis/test_hole2.py
, and modify the way run() method is calledThe text was updated successfully, but these errors were encountered: