Skip to content
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

Consider to not remove attributes from nd object when pickling #176

Closed
gplssm opened this issue May 29, 2017 · 1 comment
Closed

Consider to not remove attributes from nd object when pickling #176

gplssm opened this issue May 29, 2017 · 1 comment
Labels
Prio3 Priority Level 3
Milestone

Comments

@gplssm
Copy link
Contributor

gplssm commented May 29, 2017

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.

Consider to use dill instead of pickle that has some advantages over pickle

@gplssm gplssm added this to the Release 0.1.1 milestone May 29, 2017
@boltbeard boltbeard added the Prio3 Priority Level 3 label Jan 15, 2019
@piaulous
Copy link
Collaborator

Closed, handling of pickle option will be discussed in #386.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio3 Priority Level 3
Projects
None yet
Development

No branches or pull requests

3 participants