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
I'll close this. We are not almost perfect at dropping metadata with the warning, I think. Dunno if that is the right state, but I think a new issue woudl be better for it.
xref gh-14142 (issue) and gh-14994 (always warn when saving an array with metadata).
Dtypes with metadata, or with subdtypes with metadata, either discard the metadata when saving via
np.save
, or crash when loading them vianp.load
.Currently the "fix" adopted in 1.18 is to always warn.
EDIT (seberg): Giving the warning message:
The text was updated successfully, but these errors were encountered: