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
When nd is save in save_nd_to_pickle() the attribute _orm is removed (see here).
It raises an issue while pickling, but contain useful information when reloaded. Thus, try to find a workaround that makes remove of these attributes unnecessary.
When
nd
is save insave_nd_to_pickle()
the attribute_orm
is removed (see here).It raises an issue while pickling, but contain useful information when reloaded. Thus, try to find a workaround that makes remove of these attributes unnecessary.
Consider to use dill instead of pickle that has some advantages over pickle
The text was updated successfully, but these errors were encountered: