-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* delete data directory * allow arbitrary versions; change default to v1.2 * ACT DR4 calibration options * update to v1.2 * README note * make test use lensed Cls instead of unlensed ; update test values to reflect norm correction fix * increase tolerance for one test that seems to be slightly sensitive to CAMB version * version update
- Loading branch information
Showing
8 changed files
with
123 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""Likelihood for the Atacama Cosmology Telescope DR6 CMB lensing data.""" | ||
__author__ = ["Mathew Madhavacheril", "Ian Harrison"] | ||
__version__ = "1.0.6" | ||
__version__ = "1.2.0" | ||
|
||
from .act_dr6_lenslike import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.