-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move over to OrderedDict #7
Comments
We should also move from https://github.com/JuliaCollections/DataStructures.jl to https://github.com/JuliaCollections/OrderedCollections.jl |
TOML is tricky, there is an open issue to deal with this: |
YAML directly allows for |
JSON also has |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to preserve the order of key's and values between pre-processing, post-processing, and saving, we should use OrderedDict to store input files.
The text was updated successfully, but these errors were encountered: