Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 31, 2024
1 parent f82852f commit 5ed6735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mc3/mcmc_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ def mcmc(

# Launch Chains:
if platform.system() == 'Windows':
multiprocess_context = mp.get_context('spawn')
multiprocess_context = mpr.get_context('spawn')
else:
multiprocess_context = mp.get_context('fork')
multiprocess_context = mpr.get_context('fork')

#mp_context = mpr.get_context('fork')
pipes = []
Expand Down

0 comments on commit 5ed6735

Please sign in to comment.