-
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.
More testing of CosmoSIS module (#313)
* Bugfix for and more testing of CosmoSIS module * Remove extraneous import * FIx oddly-formatted concatenated strings * Specify "utf-8" encoding for all open calls * Test CosmoSIS module with derived parameters * Do not insert derived_param0 in data from sampler * Fix documentation and comments * Add len support for RequiredParameters * Improve error message on CosmoSIS misconfiguration * Improve error report due to a missing parameter * If sacc_tracer is not found, raise an error * Make get_data_vector, compute_theory_vector abstract * Introduce StatisticUnreadError * Unpack tuple at call site * Add GuardedStatistic * Move TrivialStatistic * More error checking in GaussFamily.read * Update use of mypy * Relax pylint rules, and apply everywhere * Fix pylint complaints in srd_sn examples * Fix example so that it runs * Refactoring guided by pylint * Attempt to diagnose some statistic read failures * Fix malformed SACC object (add tag to data points)
- Loading branch information
1 parent
33342c5
commit e773e79
Showing
30 changed files
with
945 additions
and
289 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.