LSSTDESC / rail_pzflow

Rail algorithms that depend on PZFlow
MIT License
0 stars 0 forks source link

Use calculated_point_estimate config value #7

Closed drewoldag closed 1 year ago

drewoldag commented 1 year ago

Addresses issue #6

Solution Description

Adds logic to make use of the value of self.config.calculated_point_estimate when it's provided.

Code Quality

Bug Fix Checklist

New Feature Checklist

Documentation Change Checklist

Build/CI Change Checklist

Other Change Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% :tada:

Comparison is base (c7d38a4) 99.44% compared to head (c2ffc3c) 99.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ========================================== + Coverage 99.44% 99.47% +0.02% ========================================== Files 4 4 Lines 180 190 +10 ========================================== + Hits 179 189 +10 Misses 1 1 ``` | [Files Changed](https://app.codecov.io/gh/LSSTDESC/rail_pzflow/pull/7?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/pzflow\_nf.py](https://app.codecov.io/gh/LSSTDESC/rail_pzflow/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3JhaWwvZXN0aW1hdGlvbi9hbGdvcy9wemZsb3dfbmYucHk=) | `100.00% <100.00%> (ø)` | |

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

drewoldag commented 1 year ago

This is out of date. Closing and won't be merged.