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

Output Struct Overhaul #445

Open
wants to merge 9 commits into
base: v4-prep
Choose a base branch
from

docs: update coeval and lightcone tutorials

6b894c8
Select commit
Loading
Failed to load commit list.
Open

Output Struct Overhaul #445

docs: update coeval and lightcone tutorials
6b894c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 24, 2024 in 1s

76.88% (-2.69%) compared to 5930245

View this Pull Request on Codecov

76.88% (-2.69%) compared to 5930245

Details

Codecov Report

Attention: Patch coverage is 78.69393% with 323 lines in your changes missing coverage. Please review.

Project coverage is 76.88%. Comparing base (5930245) to head (6b894c8).
Report is 3 commits behind head on v4-prep.

Files with missing lines Patch % Lines
src/py21cmfast/io/caching.py 54.43% 74 Missing and 3 partials ⚠️
src/py21cmfast/wrapper/outputs.py 82.63% 47 Missing and 19 partials ⚠️
src/py21cmfast/io/h5.py 71.52% 31 Missing and 12 partials ⚠️
src/py21cmfast/drivers/_param_config.py 82.94% 19 Missing and 10 partials ⚠️
src/py21cmfast/drivers/coeval.py 79.85% 21 Missing and 6 partials ⚠️
src/py21cmfast/wrapper/inputs.py 84.96% 15 Missing and 8 partials ⚠️
src/py21cmfast/wrapper/arrays.py 75.00% 9 Missing and 7 partials ⚠️
src/py21cmfast/drivers/lightcone.py 90.35% 5 Missing and 6 partials ⚠️
src/py21cmfast/drivers/single_field.py 85.33% 7 Missing and 4 partials ⚠️
src/py21cmfast/cli.py 55.55% 4 Missing ⚠️
... and 6 more
Additional details and impacted files
@@             Coverage Diff             @@
##           v4-prep     #445      +/-   ##
===========================================
- Coverage    79.56%   76.88%   -2.69%     
===========================================
  Files           24       27       +3     
  Lines         3803     3747      -56     
  Branches       647      611      -36     
===========================================
- Hits          3026     2881     -145     
- Misses         558      648      +90     
+ Partials       219      218       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.