aboutsummaryrefslogtreecommitdiffstats
path: root/mcmc_scan.py
diff options
context:
space:
mode:
Diffstat (limited to 'mcmc_scan.py')
-rwxr-xr-xmcmc_scan.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcmc_scan.py b/mcmc_scan.py
index 688345e..90003a9 100755
--- a/mcmc_scan.py
+++ b/mcmc_scan.py
@@ -552,8 +552,8 @@ def main():
print map(lnprior, p0[0])
if RUN_SCAN:
- threads = multiprocessing.cpu_count()
- # threads = 1
+ # threads = multiprocessing.cpu_count()
+ threads = 1
sampler = emcee.PTSampler(
ntemps, nwalkers, ndim, triangle_llh, lnprior, threads=threads
)
@@ -633,7 +633,7 @@ def main():
chainer_plot.plot(
infile=outfile+'.npy',
angles=True,
- outfile=outfile[:5]+outfile[5:].replace('data', 'plots')+'_angles.pdf',
+ outfile=outfile[:5]+outfile[5:].replace('data', 'plots')+'_angles.pgf',
measured_ratio=MEASURED_FR,
sigma_ratio=SIGMA,
fix_sfr=FIX_SFR,