changing from up to z 1p5 to z 5

parent 5c1980b3
......@@ -73,7 +73,7 @@ def log_prior(par):
def log_likelihood(par):
M1 = np.linspace(9,12,25)
q = np.linspace(0.25,1,10)
z = np.linspace(0.,1.5,5)
z = np.linspace(0.,5.,15)
f = np.atleast_1d([ np.log10(fi) for fi in frequencies ])
initpar = dict(Phi0 = par[0],
PhiI = par[1],
......@@ -129,7 +129,7 @@ bounds=[(-3.4,-2.4),
# read in the data
numberOfFrequencyBinsToUse = 5
numberOfFrequencyBinsToUse = 9
frequencies, samples = readChains(numberOfFrequencyBinsToUse)
# make the kdes
......
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