You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In , overriding the default value (chunks=None) with chunks={} is not recommended.
In , overriding the default value (squeeze=False) with squeeze=True is not recommended.
Is your feature request related to a problem? Please describe.
It would be easier for us to handle warnings if they are issued using the standard library
warnings
rather thanlogging
.For example,
earthkit
warns users that changes toxr.open_dataset
kwargs are not recommended, which produces a lot of warnings for us.I think the change would be in line with the official logging HOWTO:
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Organisation
B-Open / CADS-EQC
The text was updated successfully, but these errors were encountered: