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

The serialisation package dill can't pickle abstract base classes as used in composite and additive distributions as of version 0.3.6 #45

Open
larsgeb opened this issue Mar 14, 2023 · 0 comments

Comments

@larsgeb
Copy link
Owner

larsgeb commented Mar 14, 2023

The following line fails on dill==0.3.6 (with Python 3.9). Installing dill==0.3.5.1 resolves this.

assert _dill.pickles(sampler_instance)

Related to uqfoundation/dill#332.

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

No branches or pull requests

1 participant