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

Dataset storage to disk should not rely on pickle. #14

Open
mmcdermott opened this issue May 10, 2023 · 0 comments
Open

Dataset storage to disk should not rely on pickle. #14

mmcdermott opened this issue May 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mmcdermott
Copy link
Owner

Measurement configs should be stored separately, to be re-loadable individually, and should write internal dataframes to disk. Other parameters should be stored to disk as json / yaml objects. Pickle necessitates the same objects import as export, which may not be the case.

@mmcdermott mmcdermott added the enhancement New feature or request label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant