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

Fix imagej #518

Merged
merged 4 commits into from
Jul 19, 2023
Merged

Fix imagej #518

merged 4 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. viewers: move start_command out of local scope

    because then it can't be pickled and the multiprocessing call fails.
    Fixes #517.
    tfarago committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8b2f2a2 View commit details
    Browse the repository at this point in the history
  2. viewers: remove LOG from multiprocessing

    because it doesn't work out of the box, if needed implement properly
    later.
    tfarago committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ec17c3e View commit details
    Browse the repository at this point in the history
  3. Test _start_command

    related to issue #517.
    tfarago committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    80bb1c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    553f72d View commit details
    Browse the repository at this point in the history