From b323b9425d7f4b5968271c5c1acab1f046a7c215 Mon Sep 17 00:00:00 2001 From: shivesh Date: Wed, 14 Mar 2018 16:53:20 -0500 Subject: update submitter script --- mcmc_scan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mcmc_scan.py') 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, -- cgit v1.2.3