Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 1, 2024
1 parent ce56099 commit 0445bbc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions soliket/tests/test_mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import numpy as np
import pytest
from cobaya.tools import resolve_packages_path
from packaging.version import Version

import soliket
from soliket.mflike import TestMFLike

Expand Down Expand Up @@ -45,10 +47,11 @@
"alpha_LAT_225": 0,
}

chi2s = {"tt": 544.8797,
"te-et": 151.8197,
"ee": 166.2835,
"tt-te-et-ee": 787.9843}

chi2s = {"tt": 544.9017,
"te": 136.6051,
"ee": 166.1897,
"tt-te-et-ee": 787.9529}

pre = "test_data_sacc_"

Expand Down

0 comments on commit 0445bbc

Please sign in to comment.