Commit 3ee2f2ba authored by Hannah Middleton's avatar Hannah Middleton

changing nlive

parent 572c97c3
...@@ -126,7 +126,7 @@ bounds=[[-3.4,-2.4],[-0.6,0.2],[11,11.5],[-1.5,-1.],[-0.2,0.2],[0.01,0.05],[0.,2 ...@@ -126,7 +126,7 @@ bounds=[[-3.4,-2.4],[-0.6,0.2],[11,11.5],[-1.5,-1.],[-0.2,0.2],[0.01,0.05],[0.,2
mymodel = galModelKDEs() mymodel = galModelKDEs()
nest = cpnest.CPNest(mymodel,maxmcmc=100,nlive=1000,verbose=3) nest = cpnest.CPNest(mymodel,maxmcmc=1000,nlive=128,verbose=3)
nest.run() nest.run()
cpnest.CPNest.get_posterior_samples(nest) cpnest.CPNest.get_posterior_samples(nest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment