Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'MDAnalysis.analysis.align' parallelization #4738

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Oct 17, 2024

  1. Update align.py

    added backends and aggregators for AverageStructure
    talagayev authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3821e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2946bb View commit details
    Browse the repository at this point in the history
  3. Update conftest.py

    added AverageStructure to conftest
    talagayev authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9dcc271 View commit details
    Browse the repository at this point in the history
  4. Update test_align.py

    added client_AverageStructure
    talagayev authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a088894 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update align.py

    added for AlignTraj backends and aggregator
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    eea1784 View commit details
    Browse the repository at this point in the history
  2. Update conftest.py

    added client_AlignTraj
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f1206b0 View commit details
    Browse the repository at this point in the history
  3. Update test_align.py

    added client_AlignTraj to tests
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6c91e91 View commit details
    Browse the repository at this point in the history
  4. Update align.py

    PEP fixes
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1733414 View commit details
    Browse the repository at this point in the history
  5. Update test_align.py

    fixing PEP
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d982d69 View commit details
    Browse the repository at this point in the history
  6. Update test_align.py

    fixing pep
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fd6b4a4 View commit details
    Browse the repository at this point in the history
  7. Update test_align.py

    fixing pep
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0022b71 View commit details
    Browse the repository at this point in the history
  8. Update test_align.py

    fixing pep
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2457c74 View commit details
    Browse the repository at this point in the history
  9. Update test_align.py

    fixing pep
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0796f48 View commit details
    Browse the repository at this point in the history
  10. Update test_align.py

    fixing pep
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7023aa1 View commit details
    Browse the repository at this point in the history
  11. Update test_align.py

    adjusted position of inputs
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6d05d72 View commit details
    Browse the repository at this point in the history
  12. Update test_align.py

    fix positional arguments
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    40316f7 View commit details
    Browse the repository at this point in the history
  13. Update align.py

    added multiprocessing to test
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b745ad0 View commit details
    Browse the repository at this point in the history
  14. Update align.py

    removed multiprocessing from AlignTraj
    talagayev authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bcbffea View commit details
    Browse the repository at this point in the history