Skip to content

Add CalibrationData.reports_info() method#430

Draft
takluyver wants to merge 3 commits intomasterfrom
feat/cal-reports-table
Draft

Add CalibrationData.reports_info() method#430
takluyver wants to merge 3 commits intomasterfrom
feat/cal-reports-table

Conversation

@takluyver
Copy link
Copy Markdown
Member

This is meant to give a condensed summary of where a group of constants have come from:

image

I'll open this as a draft to remind us that #408 and #373 are going first.

@takluyver takluyver requested a review from philsmt December 12, 2025 12:55
@takluyver takluyver added the enhancement New feature or request label Dec 12, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 12, 2025

Codecov Report

❌ Patch coverage is 84.21053% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.05%. Comparing base (5d5a497) to head (b72df91).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/extra/calibration.py 84.21% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #430      +/-   ##
==========================================
+ Coverage   72.83%   73.05%   +0.21%     
==========================================
  Files          35       35              
  Lines        6048     6086      +38     
==========================================
+ Hits         4405     4446      +41     
+ Misses       1643     1640       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

@philsmt philsmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks nice and useful. LGTM!

return _default_caldb_root


def _summarise_mod_names(l):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking here on a private function, but some more documentation what this function does may be nice, to make it is easier to use it in other places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants