From 93abda306f0dd9c2b6a1113900dab92e34227385 Mon Sep 17 00:00:00 2001 From: Rayne Liu <rl746@cornell.edu> Date: Wed, 7 Oct 2020 23:07:08 +0000 Subject: [PATCH] Added waveform and band plotting --- code/NR_Interpolate-0001_t_10M_wandt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/NR_Interpolate-0001_t_10M_wandt.py b/code/NR_Interpolate-0001_t_10M_wandt.py index 045ee44..fea0c58 100755 --- a/code/NR_Interpolate-0001_t_10M_wandt.py +++ b/code/NR_Interpolate-0001_t_10M_wandt.py @@ -213,7 +213,7 @@ def log_probability(theta): #pool = choose_pool(1) #pool.size = 1 np.random.seed(42) -pos = np.array([random.uniform(0.55,0.57), random.uniform(0.5,0.52), random.uniform(9., 12.), random.uniform(4.,7.), random.uniform(0.3,0.5), random.uniform(0.3, 0.5), random.uniform(1., 5.), random.uniform(-2., 2.)]) +pos = np.array([random.uniform(0.55,0.57), random.uniform(0.5,0.52), random.uniform(10., 13.7), random.uniform(4.,7.), random.uniform(0.3,0.5), random.uniform(0.3, 0.5), random.uniform(-2., 2.), random.uniform(-2., 2.)]) pos = list(pos) pos += 1e-5 * np.random.randn(ntemps, nwalkers, ndim) with Pool() as pool: -- GitLab