aboutsummaryrefslogtreecommitdiffstats
path: root/mcmc_scan.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-03-14 16:53:20 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-03-14 16:53:20 -0500
commitb323b9425d7f4b5968271c5c1acab1f046a7c215 (patch)
treed0850ab40544c39be24c94a8c64137c7991dd958 /mcmc_scan.py
parent5cb3e0d121e16f363b36f3a32c09c5ac7668f51d (diff)
downloadGolemFlavor-b323b9425d7f4b5968271c5c1acab1f046a7c215.tar.gz
GolemFlavor-b323b9425d7f4b5968271c5c1acab1f046a7c215.zip
update submitter script
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,