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

Change config to linear simulator: from pickle to yml #118

Open
ninamiolane opened this issue May 6, 2022 · 0 comments
Open

Change config to linear simulator: from pickle to yml #118

ninamiolane opened this issue May 6, 2022 · 0 comments

Comments

@ninamiolane
Copy link
Contributor

The linear simulator currently takes a config input parameter that is required to be a class.

This forces us to save the configuration of a simulator as a pickled .npy --- which is not desired because we cannot quickly open such a file to look at the configuration.

This should be changed, and we should work with .yml or .json files for configuration.

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