Skip to content

Commit 5ed6735

Browse files
committed
Fixed typo
1 parent f82852f commit 5ed6735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mc3/mcmc_driver.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ def mcmc(
208208

209209
# Launch Chains:
210210
if platform.system() == 'Windows':
211-
multiprocess_context = mp.get_context('spawn')
211+
multiprocess_context = mpr.get_context('spawn')
212212
else:
213-
multiprocess_context = mp.get_context('fork')
213+
multiprocess_context = mpr.get_context('fork')
214214

215215
#mp_context = mpr.get_context('fork')
216216
pipes = []

0 commit comments

Comments
 (0)