Skip to content

Commit

Permalink
clarified a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IainHammond committed Jan 24, 2025
1 parent f523377 commit f5bf49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip_hci/fm/negfc_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ def mcmc_negfc_sampling(cube, angs, psfn, initial_state, algo=pca_annulus,
if "forkserver" in avail_methods:
multiprocessing.set_start_method("forkserver", force=True) # faster, better
else:
multiprocessing.set_start_method("spawn", force=True) # slower, but on all platforms
multiprocessing.set_start_method("spawn", force=True) # slower, but available on all platforms

with multiprocessing.Pool() as pool:
sampler = emcee.EnsembleSampler(nwalkers, dim, lnprob,
Expand Down

0 comments on commit f5bf49a

Please sign in to comment.