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
It seems defining slots can save memory if used correctly.
A simple solution might be to just add __slots__ = (,) to the class, but maybe one should take the effort to restructure init to only load used fields -- and to define slots for those.
Is your feature request related to a problem? Please describe.
xarray warns:
Describe the solution you'd like
Adapt class l1b_data such that it will not break in future xarray releases.
Note: this is not related to issues with xarray v2024.3.0
The text was updated successfully, but these errors were encountered: