diff --git a/code/NR_Interpolate-0001_t_10M_wandt.py b/code/NR_Interpolate-0001_t_10M_wandt.py
index fea0c583d1bdec3aa3484cdb2343b8b484fa886c..7ecbac52370f15c23e616ad320a61ad7918a2875 100755
--- a/code/NR_Interpolate-0001_t_10M_wandt.py
+++ b/code/NR_Interpolate-0001_t_10M_wandt.py
@@ -42,12 +42,12 @@ tshift=10
 vary_fund = True
 
 #sampler parameters
-npoints = 100#1200
-nwalkers = 30#256
+npoints = 1600
+nwalkers = 320
 ntemps=12
 dim = nmax+1
 ndim = 4*dim
-burnin = 50#600  #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
+burnin = 800  #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
             #This is trivial but often forgotten: this cannot be more than npoints! I usually use half the points.
 numbins = 32 #corner plot parameter - how many bins you want
 datacolor = '#105670' #'#4fa3a7'