-
Notifications
You must be signed in to change notification settings - Fork 297
Rationalise CML #6713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rationalise CML #6713
Conversation
…tead of `assert_CML_approx_data`
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6713 +/- ##
=======================================
Coverage 90.29% 90.29%
=======================================
Files 91 91
Lines 24476 24476
Branches 4571 4571
=======================================
Hits 22101 22101
Misses 1607 1607
Partials 768 768 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* upstream/main: collapsed preserving masked aux coords (SciTools#6719) aggregated_by preserving masked aux coords (SciTools#6706) [pre-commit.ci] pre-commit autoupdate (SciTools#6720) Fix UCAR linkcheck failures. (SciTools#6718) Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (SciTools#6709) Bump scitools/workflows from 2025.09.3 to 2025.09.4 (SciTools#6708)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ukmo-ccbunney Nice piece of rationalization! 💯
Some super minors to consider, otherwise LGTM 👌
Co-authored-by: Bill Little <bill.little@metoffice.gov.uk>
Co-authored-by: Bill Little <bill.little@metoffice.gov.uk>
🚀 Pull Request
Description
Removes the
assert_CML_approx_datafunction.The functionality is now provided in
assert_CMLwith a newapprox_datakeyword.Addresses the first bullet point of #6244