Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalloni committed Aug 27, 2024
1 parent f78cf98 commit ae9cb0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions soliket/tests/test_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_multi(test_cosmology_params):
info = {
"likelihood": {
"soliket.gaussian.MultiGaussianLikelihood": {
"components": ["mflike.MFLike", "soliket.LensingLikelihood"],
"components": ["mflike.TTTEEE", "soliket.LensingLikelihood"],
"options": [mflike_options, lensing_options],
"stop_at_error": True,
}
Expand All @@ -69,7 +69,7 @@ def test_multi(test_cosmology_params):
}

info1 = {
"likelihood": {"mflike.MFLike": mflike_options},
"likelihood": {"mflike.TTTEEE": mflike_options},
"theory": {"camb": camb_options,
"mflike.BandpowerForeground": {"stop_at_error": True}},
"params": mflike_params,
Expand Down
2 changes: 1 addition & 1 deletion soliket/tests/test_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debug: True
likelihood:
soliket.gaussian.MultiGaussianLikelihood:
components:
- mflike.MFLike
- mflike.TTTEEE
- soliket.LensingLikelihood
options:
- input_file: LAT_simu_sacc_00044.fits
Expand Down

0 comments on commit ae9cb0e

Please sign in to comment.