Closed eacharles closed 4 months ago
Still need to add tests
I think what is implemented is a good starting point.
One thing I want to suggest: usually when tomographic binning is provided, people want to get the n(z) for all the bins. So we probably want something that produces multiple n(z) as the default. The difficult thing about this is the data structure, since ceci wants a deterministic output path, I am thinking about creating a "nzHandle" with a list of qp ensembles as its data, does that make sense?
I had a similar idea, The main difference was that I was thinking to just put them all in a single qp Ensemble and use the ancillary data to provide information about the bin...
Attention: Patch coverage is 90.47619%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 97.79%. Comparing base (
284a4bd
) to head (962e0ae
).
Files | Patch % | Lines |
---|---|---|
src/rail/estimation/algos/naive_stack.py | 90.38% | 5 Missing :warning: |
src/rail/estimation/algos/point_est_hist.py | 89.79% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem & Solution Description (including issue #)
Code Quality
#pragma: no cover
; in the case of a bugfix, a new test that breaks as a result of the bug has been added