Skip to content

Commit

Permalink
pep
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang committed Jan 14, 2025
1 parent b9a2656 commit e892d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/MDAnalysis/analysis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ def run(
Introduced ``backend``, ``n_workers``, ``n_parts`` and
``unsupported_backend`` keywords, and refactored the method logic to
support parallelizable execution.
"""
# default to serial execution
backend = "serial" if backend is None else backend
Expand Down

0 comments on commit e892d98

Please sign in to comment.