scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

feat: denote constant parameters when printing fit results #407

Closed alexander-held closed 1 year ago

alexander-held commented 1 year ago

Add a (constant) flag when printing parameters that were held fixed in fits, which subsequently have zero uncertainty. This allows for more easily distinguishing them from the rest.

* denote constant parameters as such when printing fit results
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (063dcd0) 100.00% compared to head (7a883bb) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #407 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 2068 2069 +1 Branches 334 334 ========================================= + Hits 2068 2069 +1 ``` | [Impacted Files](https://app.codecov.io/gh/scikit-hep/cabinetry/pull/407?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-hep) | Coverage Δ | | |---|---|---| | [src/cabinetry/fit/\_\_init\_\_.py](https://app.codecov.io/gh/scikit-hep/cabinetry/pull/407?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-hep#diff-c3JjL2NhYmluZXRyeS9maXQvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.