Skip to content

Commit

Permalink
Update test_mflike.py (#44)
Browse files Browse the repository at this point in the history
* Update test_mflike.py

Force to compare to v0.6 MFLike.

* Update test_mflike.py

Also fix test_cobaya
  • Loading branch information
itrharrison authored Nov 19, 2021
1 parent 1d0a7fc commit e8d9242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soliket/tests/test_mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def test_mflike(self):
my_mflike = MFLike(
{
"packages_path": packages_path,
"data_folder": "MFLike/v0.6",
"input_file": pre + "00000.fits",
"cov_Bbl_file": pre + "w_covar_and_Bbl.fits",
"defaults": {
Expand Down Expand Up @@ -135,6 +136,7 @@ def test_cobaya(self):
info = {
"likelihood": {
mflike_type: {
"data_folder": "MFLike/v0.6",
"input_file": pre + "00000.fits",
"cov_Bbl_file": pre + "w_covar_and_Bbl.fits",
}
Expand Down

0 comments on commit e8d9242

Please sign in to comment.