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

fix(object): Load a pickled vt object #175

Merged
merged 2 commits into from
Dec 19, 2023
Merged

fix(object): Load a pickled vt object #175

merged 2 commits into from
Dec 19, 2023

Conversation

mgmacias95
Copy link
Member

@mgmacias95 mgmacias95 commented Dec 19, 2023

fixes #172

This PR changes the class WhistleBlowerDict to inherit from a UserDict instead of inheriting directly from dict. This is a best practice and resolves the issue when pickling the object.

@mgmacias95 mgmacias95 merged commit 37c602b into master Dec 19, 2023
7 checks passed
@mgmacias95 mgmacias95 deleted the pickle branch December 19, 2023 16:39
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

Successfully merging this pull request may close these issues.

Unable to save WhistleBlowerDict obj. (or an object with nested WhistleBlowerDict) to a pickle.
2 participants