Skip to content
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

Remove uses of logging.warn #5488

Merged
merged 6 commits into from Sep 14, 2023
Merged

Conversation

trexfeathers
Copy link
Contributor

🚀 Pull Request

Description

The development team has decided to embrace Python warnings, rather than Python logging, as the solution to user warnings.

Needed by #5472 - can't categorise warnings if they aren't warnings yet!


Consult Iris pull request check list

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8b336e9) 89.37% compared to head (391bb7d) 89.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5488   +/-   ##
=======================================
  Coverage   89.37%   89.37%           
=======================================
  Files          89       89           
  Lines       22444    22446    +2     
  Branches     5381     5387    +6     
=======================================
+ Hits        20059    20061    +2     
  Misses       1639     1639           
  Partials      746      746           
Files Changed Coverage Δ
lib/iris/experimental/ugrid/cf.py 100.00% <100.00%> (ø)
lib/iris/experimental/ugrid/load.py 88.95% <100.00%> (+0.06%) ⬆️

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

Copy link
Contributor

@HGWright HGWright left a comment

Choose a reason for hiding this comment

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

Looks great @trexfeathers! Happy to merge, looking forward to all the warning improvements coming soon!

@HGWright HGWright merged commit c53481e into SciTools:main Sep 14, 2023
17 checks passed
@trexfeathers trexfeathers deleted the no_log_warn branch May 3, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants