Skip to content

Commit

Permalink
remove global multiprocessing.set_start_method
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Apr 5, 2024
1 parent fa153cc commit 6bc88d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions jwst/jump/jump_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
from ..stpipe import Step
from .jump import run_detect_jumps
import time
import multiprocessing

__all__ = ["JumpStep"]

multiprocessing.set_start_method('forkserver', force=True)


class JumpStep(Step):
"""
Expand Down
2 changes: 0 additions & 2 deletions jwst/ramp_fitting/ramp_fit_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
import logging
import copy
import warnings
import multiprocessing

log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)

multiprocessing.set_start_method('forkserver', force=True)


__all__ = ["RampFitStep"]
Expand Down

0 comments on commit 6bc88d5

Please sign in to comment.