Skip to content

Commit

Permalink
Merge branch 'main' of github.com:des-science/cosmosis-standard-libra…
Browse files Browse the repository at this point in the history
…ry into main
  • Loading branch information
aferte committed May 3, 2024
2 parents e270073 + bd097c6 commit 8f1230d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions likelihood/bbn/bbn_ombh2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BBNLikelihood(SingleValueGaussianLikelihood):

def build_data(self):

paper = self.options.get_string("paper", "beringer_2012")
paper = self.options.get_string("paper", "beringer_2012")

if paper == "beringer_2012":
print("Using Beringer 2012 (PDG) BBN measurement")
Expand Down Expand Up @@ -63,7 +63,7 @@ def build_data(self):
sigma = options.get_float("sigma")
print("** Overriding sigma with param file value: ", sigma)

return mean, sigma
return mean, sigma

def extract_theory_points(self, block):
omega_b = block[self.section, 'omega_b']
Expand Down
12 changes: 6 additions & 6 deletions modules_desy6/desi_likelihood/desi_y1_bao_ani.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# zeff DM/rd error DH/rd error corr
0.51 13.62 0.25 20.98 0.61 -0.445
0.71 16.84 0.32 20.08 0.60 -0.420
0.93 21.73 0.28 17.87 0.35 -0.389
1.32 27.80 0.69 13.82 0.42 -0.444
2.33 39.71 0.94 8.52 0.17 -0.477
# zeff DM/rd error DH/rd error corr
0.510 13.62003080 0.25192504 20.98334647 0.61071168 -0.44544776
0.706 16.84645313 0.31933636 20.07872919 0.59535633 -0.42047527
0.930 21.70841761 0.28207716 17.87612922 0.34631732 -0.38910542
1.317 27.78720817 0.69034039 13.82372285 0.42222091 -0.44396689
2.330 39.70838281 0.94326716 8.52256583 0.17083924 -0.4775

6 changes: 3 additions & 3 deletions modules_desy6/desi_likelihood/desi_y1_bao_iso.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# zeff DV/rd error
0.30 7.92 0.15
1.49 26.09 0.67
# zeff DV/rd error
0.295 7.92512927 0.15074178
1.491 26.07217182 0.66868153

0 comments on commit 8f1230d

Please sign in to comment.