Skip to content

lephare v1.0.0 merge#83

Merged
raphaelshirley merged 10 commits into
mainfrom
issue/82/galametz
Jun 10, 2026
Merged

lephare v1.0.0 merge#83
raphaelshirley merged 10 commits into
mainfrom
issue/82/galametz

Conversation

@raphaelshirley

@raphaelshirley raphaelshirley commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

To be merged following release of lephare v1.0.0

This is the changes to coincide with the release of lephare v1.0.0. Started as a galametz merge but other issues turned up with the pz challenge.

closes #82

Code Quality

  • My code follows the code style of this project
  • I have written unit tests or justified all instances of #pragma: no cover; in the case of a bugfix, a new test that breaks as a result of the bug has been added
  • My code contains relevant comments and necessary documentation for future maintainers; the change is reflected in applicable demos/tutorials (with output cleared!) and added/updated docstrings use the NumPy docstring format
  • Any breaking changes, described above, are accompanied by backwards compatibility and deprecation warnings

Raphael Shirley added 3 commits January 29, 2026 18:07
It is not added to inform so you need to make the reddening factors outside RAIL to use it at present.
This branch will depend on merging the functionality into the main LePHARE code and implementign
the reddening calculation in teh c++ lops for speed
This cannot be merged until the corresponding branch is merged on LePHARE. We compute reddening in inform
and put it in the model. Alternatively the user can supply a numpy array file containing teh reddening values
@raphaelshirley raphaelshirley self-assigned this Feb 26, 2026
Raphael Shirley added 3 commits March 3, 2026 13:02
@raphaelshirley

Copy link
Copy Markdown
Collaborator Author

Tests are failing due to not being merged in lepahre yet. We can wait for it to merge or change the workflow to install the lephare branch temporarily.

@codecov

codecov Bot commented Mar 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.90909% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.39%. Comparing base (5accd3b) to head (0d2908f).

Files with missing lines Patch % Lines
src/rail/estimation/algos/lephare.py 90.90% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   93.45%   92.39%   -1.06%     
==========================================
  Files           2        2              
  Lines         168      171       +3     
==========================================
+ Hits          157      158       +1     
- Misses         11       13       +2     

☔ 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.

@raphaelshirley raphaelshirley changed the title Galametz reddening lephare v1.0.0 merge May 26, 2026
@raphaelshirley raphaelshirley merged commit 0d2908f into main Jun 10, 2026
3 of 5 checks passed
@raphaelshirley raphaelshirley deleted the issue/82/galametz branch June 10, 2026 11:52
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.

Add Galametz reddening

1 participant