Skip to content

Commit

Permalink
Update align.py
Browse files Browse the repository at this point in the history
removed multiprocessing from AlignTraj
  • Loading branch information
talagayev authored Oct 18, 2024
1 parent b745ad0 commit bcbffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ class AlignTraj(AnalysisBase):

@classmethod
def get_supported_backends(cls):
return ("serial", "multiprocessing", "dask")
return ("serial", "dask")

def __init__(self, mobile, reference, select='all', filename=None,
prefix='rmsfit_', weights=None,
Expand Down

0 comments on commit bcbffea

Please sign in to comment.