Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Sep 29, 2024
1 parent 44dd5a8 commit 7723e6a
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
config_data: |
extends: default
rules:
document-start:
present: false
line-length:
max: 100
level: warning
2 changes: 1 addition & 1 deletion likelihoods/act_dr6_polcuts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ act_dr6_mflike.ACTDR6MFLike:
scales:
TT: [600, *lmax]
TE: [600, *lmax]
EE: [600, *lmax]
EE: [600, *lmax]
2 changes: 1 addition & 1 deletion likelihoods/wmap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wmaplike.WMAPLike:
stop_at_error: True
stop_at_error: true
temin: 24
params:
A_sz:
Expand Down
4 changes: 2 additions & 2 deletions runs/dr6_sroll2_camb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
debug: False
force: False
debug: false
force: false

output: chains/dr6-sroll2-camb-lcdm

Expand Down
4 changes: 2 additions & 2 deletions runs/dr6_wmap_sroll2_camb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
debug: False
force: False
debug: false
force: false

output: chains/dr6-wmap-sroll2-camb-lcdm

Expand Down
14 changes: 7 additions & 7 deletions theories/BandpowerForeground.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
mflike.BandpowerForeground:
top_hat_band:

top_hat_band: null

normalisation:
nu_0: 150.0
ell_0: 3000
T_CMB: 2.725
experiments:

experiments:
- dr6_pa4_f220
- dr6_pa5_f090
- dr6_pa5_f150
- dr6_pa6_f090
- dr6_pa6_f150

bandint_freqs: [220, 90, 150, 90, 150]

components:
tt:
- kSZ
Expand Down
18 changes: 9 additions & 9 deletions theories/BandpowerForeground_beams.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
mflike.BandpowerForeground:
# reading beams from sacc file

# reading beams from sacc file
beam_profile:
beam_from_file:
beam_from_file: null

top_hat_band: null

top_hat_band:

normalisation:
nu_0: 150.0
ell_0: 3000
T_CMB: 2.725
experiments:

experiments:
- dr6_pa4_f220
- dr6_pa5_f090
- dr6_pa5_f150
- dr6_pa6_f090
- dr6_pa6_f150

bandint_freqs: [220, 90, 150, 90, 150]

components:
tt:
- kSZ
Expand Down
2 changes: 1 addition & 1 deletion theories/cosmopower_Neff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ soliket.CosmoPowerDerived:
derived: true
Neff:
latex: N_\mathrm{eff}
derived: True
derived: true
YHe:
latex: Y_\mathrm{He}
derived: true
Expand Down

0 comments on commit 7723e6a

Please sign in to comment.