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

Bugfix dataset pickle #326

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Bugfix dataset pickle #326

merged 2 commits into from
Aug 10, 2023

Conversation

coreyostrove
Copy link
Contributor

This is a minor patch for the pickling of DataSet objects which have their own getstate and setstate methods for pickling and unpickling. There is a new attribute in the parent MongoSerializable that needs to be tracked which is added now. In the future we can revisit if we need a less one-off solution for this if more things get added to MongoSerializable.

@coreyostrove coreyostrove requested review from enielse and sserita June 6, 2023 21:11
@coreyostrove coreyostrove changed the base branch from master to develop June 6, 2023 21:12
Copy link
Collaborator

@enielse enielse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

Corey Ostrove and others added 2 commits July 31, 2023 23:49
Simple typo fixes (didn't warrant creating a fresh branch for these).
@sserita sserita merged commit 9b13cf8 into develop Aug 10, 2023
@sserita sserita deleted the bugfix-dataset-pickle branch August 10, 2023 21:34
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.

3 participants