-
Notifications
You must be signed in to change notification settings - Fork 297
Add a text feature to quickplot #6333
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
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6333 +/- ##
==========================================
+ Coverage 89.77% 89.78% +0.01%
==========================================
Files 90 90
Lines 23523 23548 +25
Branches 4390 4391 +1
==========================================
+ Hits 21118 21143 +25
Misses 1662 1662
Partials 743 743 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
@ESadek-MO LGTM
This supports the minimum behaviour with no customisation. That seems completely reasonable to me as a first step. We can always add that at a later date based on what users want. Suits the philosophy of quickplot 👍
Just a couple of minor suggestions to consider ...
* upstream/main: Faster dimension lookup for derived coordinates (SciTools#6337) Unpin dask 2 (SciTools#6342) added classification enums to qp (SciTools#6346) Add castable check for valid_range, valid_min, valid_max. (SciTools#6343) Pin Sphinx below 8.2 (SciTools#6344) Add a text feature to quickplot (SciTools#6333)
🚀 Pull Request
Description
See #6247