-
Notifications
You must be signed in to change notification settings - Fork 0
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
Type erasure in GenericStorage #74
Comments
We can extend every type to be a group/dict. This way we can store additional attributes like type, strides, ... However, this will have some overhead for plain types that might have been correct. What do you think? |
every basic type you mean? or do you mean really every single possible conceivable datatype then undergoes a transformation that we do to it? |
Everything that might get lost when stored in for example json format. |
Another way would be to provide an additional parameter |
@pyiron/storage Please think about it. Currently, I am in favour of |
Depending on the storage backend type information and more might get lost. How to deal with this when loading?
@pyiron/storage
The text was updated successfully, but these errors were encountered: