Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCL modes #465

Merged
merged 25 commits into from
Oct 29, 2024
Merged

CCL modes #465

merged 25 commits into from
Oct 29, 2024

Conversation

vitenti
Copy link
Collaborator

@vitenti vitenti commented Oct 28, 2024

Description

Introduce CCL modes to allow running Firecrown with CCL in non calculator mode.

Also:

Type of change

Please delete the bullet items below that do not apply to this pull request.

  • New feature (non-breaking change which adds functionality)
  • Refactoring
  • This change requires a documentation update

Checklist:

  • I have run bash pre-commit-check and fixed any issues
  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation
  • I have 100% test coverage for my changes (please check this after the CI system has verified the coverage)

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.9%. Comparing base (96b38ba) to head (33213a4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #465     +/-   ##
========================================
+ Coverage    98.7%   98.9%   +0.1%     
========================================
  Files          54      54             
  Lines        4066    4155     +89     
========================================
+ Hits         4015    4110     +95     
+ Misses         51      45      -6     
Files with missing lines Coverage Δ
firecrown/ccl_factory.py 100.0% <100.0%> (ø)
firecrown/connector/cobaya/likelihood.py 100.0% <100.0%> (ø)
firecrown/connector/cosmosis/likelihood.py 97.4% <100.0%> (+<0.1%) ⬆️
firecrown/connector/numcosmo/numcosmo.py 99.7% <100.0%> (+<0.1%) ⬆️
firecrown/likelihood/factories.py 100.0% <100.0%> (ø)

... and 1 file with indirect coverage changes

@vitenti vitenti marked this pull request as ready for review October 29, 2024 20:36
@vitenti vitenti mentioned this pull request Oct 29, 2024
@vitenti vitenti requested a review from marcpaterno October 29, 2024 21:18
@vitenti vitenti merged commit ac77f81 into master Oct 29, 2024
9 checks passed
@vitenti vitenti deleted the ccl_modes branch October 29, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too many examples in the same directory
2 participants