Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Refactor galaxy redshift limit functions#222

Merged
vitenti merged 7 commits into
masterfrom
fix_gauss_limits
Jul 11, 2025
Merged

Refactor galaxy redshift limit functions#222
vitenti merged 7 commits into
masterfrom
fix_gauss_limits

Conversation

@caioolivv

Copy link
Copy Markdown
Member
  • Renamed and implemented new functions for obtaining redshift limits in the galaxy redshift objects:

    • Changed nc_galaxy_sd_obs_redshift_get_lim to nc_galaxy_sd_obs_redshift_get_gen_lim for generation limits.
    • Added nc_galaxy_sd_obs_redshift_get_integ_lim for integration limits.
    • Updated related classes and structures to accommodate the new function signatures and ensure proper functionality.
  • Updated all relevant files, including:

    • nc_galaxy_sd_obs_redshift.c
    • nc_galaxy_sd_obs_redshift.h
    • nc_galaxy_sd_obs_redshift_gauss.c
    • nc_galaxy_sd_obs_redshift_gauss.h
    • nc_galaxy_sd_obs_redshift_pz.c
    • nc_galaxy_sd_obs_redshift_spec.c
    • nc_galaxy_sd_obs_redshift_spec.h
    • Test files to reflect the changes in function names and parameters.

- Renamed and implemented new functions for obtaining redshift limits in the galaxy redshift objects:
  - Changed `nc_galaxy_sd_obs_redshift_get_lim` to `nc_galaxy_sd_obs_redshift_get_gen_lim` for generation limits.
  - Added `nc_galaxy_sd_obs_redshift_get_integ_lim` for integration limits.
  - Updated related classes and structures to accommodate the new function signatures and ensure proper functionality.

- Updated all relevant files, including:
  - `nc_galaxy_sd_obs_redshift.c`
  - `nc_galaxy_sd_obs_redshift.h`
  - `nc_galaxy_sd_obs_redshift_gauss.c`
  - `nc_galaxy_sd_obs_redshift_gauss.h`
  - `nc_galaxy_sd_obs_redshift_pz.c`
  - `nc_galaxy_sd_obs_redshift_spec.c`
  - `nc_galaxy_sd_obs_redshift_spec.h`
  - Test files to reflect the changes in function names and parameters.
@codecov

codecov Bot commented Jul 10, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.34%. Comparing base (2d1d969) to head (e39b1ba).
⚠️ Report is 19 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #222    +/-   ##
========================================
  Coverage   75.34%   75.34%            
========================================
  Files         599      599            
  Lines      103621   103780   +159     
========================================
+ Hits        78070    78195   +125     
- Misses      25551    25585    +34     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vitenti vitenti merged commit a74f501 into master Jul 11, 2025
9 checks passed
@vitenti vitenti deleted the fix_gauss_limits branch July 11, 2025 18:27
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.

2 participants