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

Clean up executors #1193

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Clean up executors #1193

wants to merge 10 commits into from

Commits on Sep 12, 2024

  1. Clean up executors and make sequential executor truly synchronous.

    Rename "test_pickling" to "multiprocessing_with_pickling" and "debug_sequential"
    to "sequential_with_pickling". No longer use a multiprocessing pool of size 1
    for "sequential" executor by replacing it with the former "debug_sequential" executor.
    
    Clean up and speed up multiprocessing and non-scheduling executor tests.
    daniel-wer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ad75045 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    7e3a007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3639af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0b0dbe View commit details
    Browse the repository at this point in the history
  4. Remove todo comment

    daniel-wer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b83c464 View commit details
    Browse the repository at this point in the history
  5. clean up tests some more

    daniel-wer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3cad521 View commit details
    Browse the repository at this point in the history
  6. Revert "Remove unused map_unordered methods"

    This reverts commit f0b0dbe.
    daniel-wer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98929e8 View commit details
    Browse the repository at this point in the history
  7. Reapply "Remove unused map_unordered methods"

    This reverts commit 98929e8.
    daniel-wer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5509fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix slurm test by indirectly parametrizing the tests. Also update pyt…

    …est to the newest version.
    daniel-wer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    792e6e0 View commit details
    Browse the repository at this point in the history
  2. Fix linting and typing

    daniel-wer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b8cd9b0 View commit details
    Browse the repository at this point in the history