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 a long forgotten past, Magritte saved and stored models using text files. The old implementation has not been updated properly. Therefore, if we for some reason force Magritte to use the text io module (by default, we use the hdf5 implementation), it fails to read and write everything.
We have two options: either we deprecated the non-used text api or we rewrite the internal text api to work again.
I propose to deprecate the text api, as it is not advertised anywhere, and the hdf5 file format is better for storing the data either way.
The text was updated successfully, but these errors were encountered:
In a long forgotten past, Magritte saved and stored models using text files. The old implementation has not been updated properly. Therefore, if we for some reason force Magritte to use the text io module (by default, we use the hdf5 implementation), it fails to read and write everything.
We have two options: either we deprecated the non-used text api or we rewrite the internal text api to work again.
I propose to deprecate the text api, as it is not advertised anywhere, and the hdf5 file format is better for storing the data either way.
The text was updated successfully, but these errors were encountered: