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
…attributes when loading from file
- currently the "cell_ids" that are added to attrs are not saved to file when using write_element as such they also can not be loaded
- this problem needs to be fixed long term till then this code ensures that they are recalculated upon loading so that the rest of the code can be adapted to work with the new sdata format until this fix is implemented
see #42
currently we have implemented a dirty fix which recalculates the cell_ids in each label layer upon reloading. This needs a more permanent solution potentially on the end of spatial data.
using write_element cell_ids that are saved to a labels element are not written to file and can not be reloaded
The text was updated successfully, but these errors were encountered: