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

Removing custom serialization as GTSAM types are pickleable #111

Merged
merged 2 commits into from
Mar 11, 2021

Conversation

ayushbaid
Copy link
Contributor

We were relying on custom serialization for GTSAM types. However, that was not very reliable on clusters as dask was falling back on pickle and not using custom serialization.

As GTSAM now supports pickle (borglab/gtsam#709), we will remove all custom serialization.

@johnwlambert
Copy link
Collaborator

Should we also delete this file import gtsfm.utils.serialization as serialization_utils @ayushbaid ?

@johnwlambert johnwlambert merged commit 2632815 into master Mar 11, 2021
@johnwlambert johnwlambert deleted the fix/pickle branch March 11, 2021 21:35
@ayushbaid
Copy link
Contributor Author

Should we also delete this file import gtsfm.utils.serialization as serialization_utils @ayushbaid ?

Yup we should. I'll directly delete in master now.

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.

2 participants