-
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.
* Improve type usage, now UpdatableCollection allows the user to specify the type of its contents. * Reorganized theory_vector and data_vector set/get and computation. * Combining new state machine and new methods. * Fixed reset calls in cosmosis connector, must be called after all possible gets in the end of execute(). * Cleaning all quantities computed after updated. * Testing new methods of GaussFamily (and older not tested ones). * Adding optional noise to the realizations and testing it. * Updated documentation. * More tests for Statistics. * Added make_realization_vector to compute a new realization vector. * Added make_realization to generate a new sacc with or without noise. * Simplify checking of RE match * Add COMPUTED state to GaussFamily * Address failure to test line gauss_family:202 * Require 100% coverage on changed lines (testing codecov configuration) * Remove needless call to super().__init__ * Support getting covariance for list of statistics --------- Co-authored-by: Sandro Dias Pinto Vitenti <vitenti@uel.br> Co-authored-by: Marc Paterno <paterno@fnal.gov>
- Loading branch information
1 parent
b978402
commit d39ba1f
Showing
23 changed files
with
677 additions
and
112 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
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.