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
Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able to pickle the same object, or offer npz-type serialization if needed.
Let's confirm with other developers before proceeding.
The text was updated successfully, but these errors were encountered:
Description of feature
Instead of a dict with 6 fields, use a dataclass (we can keep the same field names) to formalize the schema. We should still be able to pickle the same object, or offer
npz
-type serialization if needed.Let's confirm with other developers before proceeding.
The text was updated successfully, but these errors were encountered: