-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reorganizing two-point types in a different module. * Adding optional data to two_point dataclasses. * Updated usage of two_point dataclasses. * Removed required data_vector when computing theory_vector. * Testing new constructors. * Comparing new and old constructors. * Testing new measurement code. * New constructor for gauss family for creating ready likelihoods. * New tutorial for two point factories. * Constructors to create ready. * Added SHEAR_MINUS and SHEAR_PLUS. * Created factories to create both ready and not-ready objects. * Updated tests to new types. * Adding likelihood creation to tutorial. * Adding support for multiple measurements in the same bin. * Added likelihood comparison on two_point_factories. * Splitting metadata test file. * Updating test to deal with enum str representations in python 3.10. * Reorganizing fixtures in conftest.py. * Testing ell and theta wrong shape check. * Testing multiple data_types. * Testing inverting tracer order. * Testing name type matching. * Testing naming convention enforcing. * Test the consistence checks for a set of two-point dataclasses. * Testing indices and covariance consistency. * Testing sacc covariance matrix presence. * Testing ambiguous types. * Reorganized imports and added missing tests to TwoPointCWindow. * Updated tutorials to match new module names. * Test unsupported type exception. * Testing metadata only constructors. * Testing ConstGaussian create ready. * Fixing testing covariance size. * Testing the use of non ready statistics.
- Loading branch information
Showing
25 changed files
with
3,887 additions
and
1,257 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
Oops, something went wrong.