Uh oh!
There was an error while loading. Please reload this page.
Add uncertainties for main parameters. - #299
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #299 +/- ##
=======================================
Coverage 99.93% 99.93% =======================================
Files 24 24 Lines 1480 1523 +43 =======================================
+ Hits 1479 1522 +43
Misses 1 1
🚀 New features to boost your workflow:
|
Sparks29032
commented
May 11, 2026
Oops, previous one I ran only one of the tests I thought would be affected... fixed now. |
Sparks29032
commented
May 11, 2026
sbillinge
left a comment
There was a problem hiding this comment.
looks great. One inline comment.
| f"# {param} = {morph_results[target][param]:.6f}" | ||
| for param in morph_results[target] | ||
| ) | ||
| # output += "# Optimized morphing parameters:\n" |
There was a problem hiding this comment.
are you retaining these lines for some reason? If yes, state the reason and when they can be removed, and if not, then just remove them.
There was a problem hiding this comment.
Ah, thanks. I left that there as reference for a different approach originally.
Sparks29032
commented
May 15, 2026
@sbillinge Removed the stray comment. Since pre-commit isn't working on here (we will address by #301 hopefully), this screenshot is just to confirm it is passing it locally. |
sbillinge
commented
May 19, 2026
@Sparks29032 Please could you fix pre-commit. Check |
sbillinge
commented
May 31, 2026
this still seems to be failing tests @Sparks29032 . I didn't look why. |
Sparks29032
commented
Jun 1, 2026
Force-push to remove rebase. Something went wrong there. |
Sparks29032
commented
Jun 1, 2026
No more conflicts now. Good to merge. |
Uh oh!
There was an error while loading. Please reload this page.
* Add uncertainties for main parameters. * Works for all parameters now * Fix other tests * loosen tolerance to 1e-4 from 1e-5 * Lower tolerance more * Remove comment * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Allow original grid saving * Add uncertainties for main parameters. (#299) * Add uncertainties for main parameters. * Works for all parameters now * Fix other tests * loosen tolerance to 1e-4 from 1e-5 * Lower tolerance more * Remove comment * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Rebasing * Remove duplicated test * Indent --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>




Closes#300
Need tests for warnings and each parameter separately (including baselineslope).
Need special handling for
squeezeandfunc[x/y/xy]morph parameters.