LSSTDESC / rail_base

Base classes for RAIL
MIT License
0 stars 1 forks source link

Implement placeholders for dummy estimators/summarizers #49

Closed drewoldag closed 10 months ago

drewoldag commented 10 months ago

Implementing placeholders for the following dummy estimators/summarizers:

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3873f48) 96.71% compared to head (1bc1c14) 97.12%. Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== + Coverage 96.71% 97.12% +0.41% ========================================== Files 32 32 Lines 1642 1671 +29 ========================================== + Hits 1588 1623 +35 + Misses 54 48 -6 ``` | [Files](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC) | Coverage Δ | | |---|---|---| | [src/rail/estimation/algos/naive\_stack.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9hbGdvcy9uYWl2ZV9zdGFjay5weQ==) | `100.00% <100.00%> (ø)` | | | [src/rail/estimation/algos/point\_est\_hist.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9hbGdvcy9wb2ludF9lc3RfaGlzdC5weQ==) | `100.00% <100.00%> (ø)` | | | [src/rail/estimation/algos/random\_gauss.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9hbGdvcy9yYW5kb21fZ2F1c3MucHk=) | `100.00% <100.00%> (ø)` | | | [src/rail/estimation/algos/var\_inf.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9hbGdvcy92YXJfaW5mLnB5) | `100.00% <100.00%> (ø)` | | | [src/rail/estimation/informer.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9pbmZvcm1lci5weQ==) | `100.00% <100.00%> (+20.00%)` | :arrow_up: | | [src/rail/estimation/summarizer.py](https://app.codecov.io/gh/LSSTDESC/rail_base/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9zdW1tYXJpemVyLnB5) | `60.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.