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

Add test for subprocesses in executor jobs #954

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jun 27, 2022

  1. Add test for subprocesses in executor jobs

    The functions executed by the executor may try to spawn subprocesses.
    For instance, if the function needs to do wandb.init(), it will try to
    spawn a subprocess. We need to support this functionality.
    bouthilx committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4c6e9dd View commit details
    Browse the repository at this point in the history
  2. isort

    bouthilx committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    465209d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Test change for code

    Delaunay authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b4bbac3 View commit details
    Browse the repository at this point in the history
  2. Remove Fake docstring

    Delaunay authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1e49eb3 View commit details
    Browse the repository at this point in the history